C# Class BEPUphysics.BroadPhaseEntries.MobileCollidables.ConvexCollidable

Collidable with a convex shape.
Inheritance: EntityCollidable
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
ConvexCollidable ( ConvexShape shape ) : BEPUphysics.BroadPhaseEntries.Events

Method Details

ConvexCast() public méthode

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

ConvexCollidable() protected méthode

protected ConvexCollidable ( ConvexShape shape ) : BEPUphysics.BroadPhaseEntries.Events
shape BEPUphysics.CollisionShapes.ConvexShapes.ConvexShape
Résultat BEPUphysics.BroadPhaseEntries.Events