C# Class Voronoi.HalfEdge

显示文件 Open project: jesta88/Unity-Voronoi Class Usage Examples

Public Properties

Property Type Description
angle float
edge Edge
site Point

Public Methods

Method Description
GetEndPoint ( ) : Point
GetStartPoint ( ) : Point
HalfEdge ( Edge edge, Point lSite, Point rSite ) : System

Method Details

GetEndPoint() public method

public GetEndPoint ( ) : Point
return Point

GetStartPoint() public method

public GetStartPoint ( ) : Point
return Point

HalfEdge() public method

public HalfEdge ( Edge edge, Point lSite, Point rSite ) : System
edge Edge
lSite Point
rSite Point
return System

Property Details

angle public_oe property

public float angle
return float

edge public_oe property

public Edge edge
return Edge

site public_oe property

public Point site
return Point