OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection Class Reference
Inheritance diagram for OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection:
Collaboration graph
[legend]

Public Member Functions

 BSConstraintCollection (BulletWorld world)
 
void Dispose ()
 
void Clear ()
 
bool AddConstraint (BSConstraint cons)
 
bool TryGetConstraint (BulletBody body1, BulletBody body2, out BSConstraint returnConstraint)
 
bool RemoveAndDestroyConstraint (BulletBody body1, BulletBody body2)
 
bool RemoveAndDestroyConstraint (BSConstraint constrain)
 
bool RemoveAndDestroyConstraint (BulletBody body1)
 
bool RecalculateAllConstraints ()
 

Detailed Description

Definition at line 36 of file BSConstraintCollection.cs.

Constructor & Destructor Documentation

OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection.BSConstraintCollection ( BulletWorld  world)
inline

Definition at line 46 of file BSConstraintCollection.cs.

Member Function Documentation

bool OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection.AddConstraint ( BSConstraint  cons)
inline

Definition at line 69 of file BSConstraintCollection.cs.

void OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection.Clear ( )
inline

Definition at line 57 of file BSConstraintCollection.cs.

void OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection.Dispose ( )
inline

Definition at line 52 of file BSConstraintCollection.cs.

bool OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection.RecalculateAllConstraints ( )
inline

Definition at line 167 of file BSConstraintCollection.cs.

bool OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection.RemoveAndDestroyConstraint ( BulletBody  body1,
BulletBody  body2 
)
inline

Definition at line 111 of file BSConstraintCollection.cs.

bool OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection.RemoveAndDestroyConstraint ( BSConstraint  constrain)
inline

Definition at line 130 of file BSConstraintCollection.cs.

bool OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection.RemoveAndDestroyConstraint ( BulletBody  body1)
inline

Definition at line 145 of file BSConstraintCollection.cs.

bool OpenSim.Region.PhysicsModule.BulletS.BSConstraintCollection.TryGetConstraint ( BulletBody  body1,
BulletBody  body2,
out BSConstraint  returnConstraint 
)
inline

Definition at line 84 of file BSConstraintCollection.cs.


The documentation for this class was generated from the following file: