Method | Description | |
---|---|---|
GetPairHandler ( CollidablePair &pair ) : |
Gets a collidable pair handler for a pair of collidables.
|
|
GetPairHandler ( CollidablePair &pair, CollisionRule rule ) : |
Gets a collidable pair handler for a pair of collidables.
|
|
GetPairHandler ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB ) : BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair |
Gets a narrow phase pair for a given pair of entries.
|
|
GetPairHandler ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB, CollisionRule rule ) : BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair |
Gets a narrow phase pair for a given pair of entries.
|
|
GetPairHandler ( BroadPhaseOverlap &pair ) : BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair |
Gets a narrow phase pair for a given broad phase overlap.
|
|
Intersecting ( CollidablePair &pair ) : bool |
Tests the pair of collidables for intersection without regard for collision rules.
|
Method | Description | |
---|---|---|
NarrowPhaseHelper ( ) : System.Collections.Generic |
public static GetPairHandler ( CollidablePair &pair ) : |
||
pair | CollidablePair | Pair of collidables to use to create the pair handler. |
return |
public static GetPairHandler ( CollidablePair &pair, CollisionRule rule ) : |
||
pair | CollidablePair | Pair of collidables to use to create the pair handler. |
rule | CollisionRule | Collision rule governing the pair. |
return |
public static GetPairHandler ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB ) : BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair | ||
entryA | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | First entry in the pair. |
entryB | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | Second entry in the pair. |
return | BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair |
public static GetPairHandler ( BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryA, BEPUphysics.BroadPhaseSystems.BroadPhaseEntry entryB, CollisionRule rule ) : BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair | ||
entryA | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | First entry in the pair. |
entryB | BEPUphysics.BroadPhaseSystems.BroadPhaseEntry | Second entry in the pair. |
rule | CollisionRule | Collision rule governing the pair. |
return | BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair |
public static GetPairHandler ( BroadPhaseOverlap &pair ) : BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair | ||
pair | BroadPhaseOverlap | Overlap to use to create the pair. |
return | BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair |
public static Intersecting ( CollidablePair &pair ) : bool | ||
pair | CollidablePair | Pair to test. |
return | bool |