There was an error while loading. Please reload this page.
1 parent 242c869 commit 349c3d8Copy full SHA for 349c3d8
src/com/nodename/Delaunay/Halfedge.as
@@ -28,6 +28,8 @@ package com.nodename.Delaunay
28
public var edge:Edge;
29
public var leftRight:LR;
30
public var vertex:Vertex;
31
+
32
+// the vertex's y-coordinate in the transformed Voronoi space V*
33
public var ystar:Number;
34
35
public function Halfedge(lock:Class, edge:Edge = null, lr:LR = null)
0 commit comments