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

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

Public Properties

Property Type Description
Map HashSet

Public Methods

Method Description
BoundingBox ( List edges ) : Trapezoid
Case1 ( Trapezoid t, Edge e ) : FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]
Case2 ( Trapezoid t, Edge e ) : FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]
Case3 ( Trapezoid t, Edge e ) : FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]
Case4 ( Trapezoid t, Edge e ) : FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]
Clear ( ) : void
TrapezoidalMap ( ) : System.Collections.Generic

Method Details

BoundingBox() public method

public BoundingBox ( List edges ) : Trapezoid
edges List
return Trapezoid

Case1() public method

public Case1 ( Trapezoid t, Edge e ) : FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]
t Trapezoid
e Edge
return FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]

Case2() public method

public Case2 ( Trapezoid t, Edge e ) : FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]
t Trapezoid
e Edge
return FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]

Case3() public method

public Case3 ( Trapezoid t, Edge e ) : FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]
t Trapezoid
e Edge
return FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]

Case4() public method

public Case4 ( Trapezoid t, Edge e ) : FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]
t Trapezoid
e Edge
return FarseerPhysics.Common.Decomposition.Seidel.Trapezoid[]

Clear() public method

public Clear ( ) : void
return void

TrapezoidalMap() public method

public TrapezoidalMap ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

Map public property

public HashSet Map
return HashSet