C# Class BEPUphysics.BroadPhaseEntries.MobileCollidables.ConvexCollidable

Collidable with a convex shape.
Inheritance: EntityCollidable
Datei anzeigen Open project: Indiefreaks/igf Class Usage Examples

Public Methods

Method Description
ConvexCast ( ConvexShape castShape, RigidTransform &startingTransform, Vector3 &sweep, RayHit &hit ) : bool

Protected Methods

Method Description
ConvexCollidable ( ConvexShape shape ) : BEPUphysics.BroadPhaseEntries.Events

Method Details

ConvexCast() public method

public ConvexCast ( ConvexShape castShape, RigidTransform &startingTransform, Vector3 &sweep, RayHit &hit ) : bool
castShape BEPUphysics.CollisionShapes.ConvexShapes.ConvexShape
startingTransform BEPUutilities.RigidTransform
sweep Vector3
hit BEPUutilities.RayHit
return bool

ConvexCollidable() protected method

protected ConvexCollidable ( ConvexShape shape ) : BEPUphysics.BroadPhaseEntries.Events
shape BEPUphysics.CollisionShapes.ConvexShapes.ConvexShape
return BEPUphysics.BroadPhaseEntries.Events