Classes | |
| struct | RSCollisionInfo |
| class | RCPhysicsEngine |
| ... More... | |
| class | RCPhysicsBody |
| ... More... | |
| struct | RSMaterialCtorArg |
| class | RCMaterialComponent |
| class | TRCMaterialComponent |
| ... More... | |
| struct | RSGeomCtorArg |
| class | RCGeomComponent |
| ... More... | |
| class | TRCGeomComponent |
| ... More... | |
| struct | RSMotionCtorArg |
| class | RCMotionComponent |
| class | TRCMotionComponent |
| ... More... | |
| struct | RSInertiaCtorArg |
| class | RCInertiaComponent |
| ... More... | |
| class | TRCInertiaComponent |
| ... More... | |
| struct | RSBodyCtorArg |
| class | RCBodyComponent |
| ... More... | |
| class | TRCBodyComponent |
| struct | RSJointCtorArg |
| class | RCJointComponent |
| ... More... | |
| class | TRCJointComponent |
| class | RCStaticRigidBody |
| ... More... | |
| class | RCMobileRigidBody |
| ... More... | |
| class | RCRodBody |
| ... More... | |
| class | RCGenericMaterial |
| ... More... | |
| class | RCGlobalMotion |
| ... More... | |
| class | RCGenericInertia |
| ... More... | |
| class | TRCBodyComponentList |
| ... More... | |
| struct | RCGeomFactory |
| ... More... | |
| class | RCInertiaFactory |
| ... More... | |
| class | RCJointFactory |
| ... More... | |
| class | RCMaterialFactory |
| ... More... | |
| class | RCMotionFactory |
| ... More... | |
| class | RCPoseFactory |
| ... More... | |
Enumerations | |
| enum | TPhysicsJointType { PJT_UNDEFINED, PJT_HINGE, PJT_SLIDER, PJT_BALL_SOCKET } |
Functions | |
| RCMatrix DLLINTERFACE | InertiaTensorCuboid (TReal nMass, TReal nWidth, TReal nHeight, TReal nDepth) |
| RCMatrix DLLINTERFACE | InertiaTensorSphere (TReal nMass, TReal nRadius) |
| RCMatrix DLLINTERFACE | InertiaTensorSphereHull (TReal nMass, TReal nRadius) |
| RCMatrix | InertiaTensorCuboid (TReal nMass, TReal nWidth, TReal nHeight, TReal nDepth) |
| RCMatrix | InertiaTensorSphere (TReal nMass, TReal nRadius) |
| RCMatrix | InertiaTensorSphereHull (TReal nMass, TReal nRadius) |
Variables | |
| template class DLLINTERFACE | TRCComponentTypeHandler< RCMaterialComponent, const RSMaterialCtorArg & > |
| template class DLLINTERFACE | TRCComponentTypeHandler< RCGeomComponent, const RSGeomCtorArg & > |
| template class DLLINTERFACE | TRCComponentTypeHandler< RCMotionComponent, const RSMotionCtorArg & > |
| template class DLLINTERFACE | TRCComponentTypeHandler< RCInertiaComponent, const RSInertiaCtorArg & > |
| template class DLLINTERFACE | TRCComponentTypeHandler< RCBodyComponent, const RSBodyCtorArg & > |
| template class DLLINTERFACE | TRCComponentTypeHandler< RCJointComponent, const RSJointCtorArg & > |
...
1.4.6-NO