C# Class CubbyLand.DelaunayEdge

Show file Open project: utilForever/CubbyLand Class Usage Examples

Public Properties

Property Type Description
d0 CubbyLand.Center
index int
midPoint CubbyLand.Point
river int
v0 CubbyLand.Corner

Public Methods

Method Description
SetVoronoi ( CubbyLand.Corner v0, CubbyLand.Corner v1 ) : void

Method Details

SetVoronoi() public method

public SetVoronoi ( CubbyLand.Corner v0, CubbyLand.Corner v1 ) : void
v0 CubbyLand.Corner
v1 CubbyLand.Corner
return void

Property Details

d0 public property

public Center,CubbyLand d0
return CubbyLand.Center

index public property

public int index
return int

midPoint public property

public Point,CubbyLand midPoint
return CubbyLand.Point

river public property

public int river
return int

v0 public property

public Corner,CubbyLand v0
return CubbyLand.Corner