C# Class FarseerPhysics.Common.Decomposition.Seidel.Edge

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

Public Properties

Property Type Description
Above Trapezoid
B float
Below Trapezoid
MPoints HashSet
P Point
Q Point
Slope float

Public Methods

Method Description
AddMpoint ( Point point ) : void
Edge ( Point p, Point q ) : System.Collections.Generic
IsAbove ( Point point ) : bool
IsBelow ( Point point ) : bool

Method Details

AddMpoint() public method

public AddMpoint ( Point point ) : void
point Point
return void

Edge() public method

public Edge ( Point p, Point q ) : System.Collections.Generic
p Point
q Point
return System.Collections.Generic

IsAbove() public method

public IsAbove ( Point point ) : bool
point Point
return bool

IsBelow() public method

public IsBelow ( Point point ) : bool
point Point
return bool

Property Details

Above public_oe property

public Trapezoid,FarseerPhysics.Common.Decomposition.Seidel Above
return Trapezoid

B public_oe property

public float B
return float

Below public_oe property

public Trapezoid,FarseerPhysics.Common.Decomposition.Seidel Below
return Trapezoid

MPoints public_oe property

public HashSet MPoints
return HashSet

P public_oe property

public Point,FarseerPhysics.Common.Decomposition.Seidel P
return Point

Q public_oe property

public Point,FarseerPhysics.Common.Decomposition.Seidel Q
return Point

Slope public_oe property

public float Slope
return float