![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
VDataNode (Vector DP) | |
![]() | |
void | Replace (VNode ChildOld, VNode ChildNew) |
Public Attributes | |
Vector | DataPoint |
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 294 of file FortuneVoronoi.cs.
BenTools.Mathematics.VDataNode.VDataNode | ( | Vector | DP | ) |
Definition at line 296 of file FortuneVoronoi.cs.
Vector BenTools.Mathematics.VDataNode.DataPoint |
Definition at line 300 of file FortuneVoronoi.cs.
Referenced by BenTools.Mathematics.VNode.CircleCheckDataNode(), and BenTools.Mathematics.VNode.ProcessCircleEvent().