| 61 | } |
| 62 | |
| 63 | void KinematicPlatform::release() |
| 64 | { |
| 65 | delete this; |
| 66 | } |
| 67 | |
| 68 | void KinematicPlatform::init(PxU32 nbPts, const PxVec3* pts, const PxTransform& globalPose, const PxQuat& localRot, PxRigidDynamic* actor, PxReal travelTime, PxReal rotationSpeed, LoopMode mode) |
| 69 | { |
no test coverage detected