Skip to content

Commit 349c3d8

Browse files
committed
added a comment
1 parent 242c869 commit 349c3d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/nodename/Delaunay/Halfedge.as

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ package com.nodename.Delaunay
2828
public var edge:Edge;
2929
public var leftRight:LR;
3030
public var vertex:Vertex;
31+
32+
// the vertex's y-coordinate in the transformed Voronoi space V*
3133
public var ystar:Number;
3234

3335
public function Halfedge(lock:Class, edge:Edge = null, lr:LR = null)

0 commit comments

Comments
 (0)