C# Class CubbyLand.DelaunayEdge

Exibir arquivo 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_oe property

public Center,CubbyLand d0
return CubbyLand.Center

index public_oe property

public int index
return int

midPoint public_oe property

public Point,CubbyLand midPoint
return CubbyLand.Point

river public_oe property

public int river
return int

v0 public_oe property

public Corner,CubbyLand v0
return CubbyLand.Corner