|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Inheritance diagram for BenTools.Mathematics.VEdgeNode:
Collaboration diagram for BenTools.Mathematics.VEdgeNode:Public Member Functions | |
| VEdgeNode (VoronoiEdge E, bool Flipped) | |
| double | Cut (double ys, double x) |
Public Member Functions inherited from BenTools.Mathematics.VNode | |
| void | Replace (VNode ChildOld, VNode ChildNew) |
Public Attributes | |
| VoronoiEdge | Edge |
| bool | Flipped |
Additional Inherited Members | |
Static Public Member Functions inherited from BenTools.Mathematics.VNode | |
| 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) |
Properties inherited from BenTools.Mathematics.VNode | |
| 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.
Here is the call graph for this function:| 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.