![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
VEdgeNode (VoronoiEdge E, bool Flipped) | |
double | Cut (double ys, double x) |
![]() | |
void | Replace (VNode ChildOld, VNode ChildNew) |
Public Attributes | |
VoronoiEdge | Edge |
bool | Flipped |
Additional Inherited Members | |
![]() | |
static VDataNode | FirstDataNode (VNode Root) |
static VDataNode | LeftDataNode (VDataNode Current) |
static VDataNode | RightDataNode (VDataNode Current) |
static VEdgeNode | EdgeToRightDataNode (VDataNode Current) |
static VDataNode | FindDataNode (VNode Root, double ys, double x) |
static VNode | ProcessDataEvent (VDataEvent e, VNode Root, VoronoiGraph VG, double ys, out VDataNode[] CircleCheckList) |
static VNode | ProcessCircleEvent (VCircleEvent e, VNode Root, VoronoiGraph VG, double ys, out VDataNode[] CircleCheckList) |
static VCircleEvent | CircleCheckDataNode (VDataNode n, double ys) |
![]() | |
VNode | Left [get, set] |
VNode | Right [get, set] |
VNode | Parent [get, set] |
Definition at line 303 of file FortuneVoronoi.cs.
BenTools.Mathematics.VEdgeNode.VEdgeNode | ( | VoronoiEdge | E, |
bool | Flipped | ||
) |
Definition at line 305 of file FortuneVoronoi.cs.
double BenTools.Mathematics.VEdgeNode.Cut | ( | double | ys, |
double | x | ||
) |
Definition at line 312 of file FortuneVoronoi.cs.
References BenTools.Mathematics.VoronoiEdge.LeftData, BenTools.Mathematics.Fortune.ParabolicCut(), and BenTools.Mathematics.VoronoiEdge.RightData.
VoronoiEdge BenTools.Mathematics.VEdgeNode.Edge |
Definition at line 310 of file FortuneVoronoi.cs.
bool BenTools.Mathematics.VEdgeNode.Flipped |
Definition at line 311 of file FortuneVoronoi.cs.