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

Afficher le fichier Open project: tinco/Farseer-Physics Class Usage Examples

Méthodes publiques

Свойство Type Description
Above Trapezoid
B float
Below Trapezoid
MPoints HashSet
P Point
Q Point
Slope float

Méthodes publiques

Méthode 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 méthode

public AddMpoint ( Point point ) : void
point Point
Résultat void

Edge() public méthode

public Edge ( Point p, Point q ) : System.Collections.Generic
p Point
q Point
Résultat System.Collections.Generic

IsAbove() public méthode

public IsAbove ( Point point ) : bool
point Point
Résultat bool

IsBelow() public méthode

public IsBelow ( Point point ) : bool
point Point
Résultat bool

Property Details

Above public_oe property

public Trapezoid,FarseerPhysics.Common.Decomposition.Seidel Above
Résultat Trapezoid

B public_oe property

public float B
Résultat float

Below public_oe property

public Trapezoid,FarseerPhysics.Common.Decomposition.Seidel Below
Résultat Trapezoid

MPoints public_oe property

public HashSet MPoints
Résultat HashSet

P public_oe property

public Point,FarseerPhysics.Common.Decomposition.Seidel P
Résultat Point

Q public_oe property

public Point,FarseerPhysics.Common.Decomposition.Seidel Q
Résultat Point

Slope public_oe property

public float Slope
Résultat float