C# Class FarseerPhysics.Common.Decomposition.CDT.TriangulationPoint

Show file Open project: tinco/Farseer-Physics Class Usage Examples

Public Properties

Property Type Description
X double

Public Methods

Method Description
AddEdge ( DTSweepConstraint e ) : void
ToString ( ) : string
TriangulationPoint ( double x, double y ) : System.Collections.Generic

Method Details

AddEdge() public method

public AddEdge ( DTSweepConstraint e ) : void
e FarseerPhysics.Common.Decomposition.CDT.Delaunay.Sweep.DTSweepConstraint
return void

ToString() public method

public ToString ( ) : string
return string

TriangulationPoint() public method

public TriangulationPoint ( double x, double y ) : System.Collections.Generic
x double
y double
return System.Collections.Generic

Property Details

X public property

public double X
return double