class CPhysLength : public CPhysConstraint
{
public:
Vector m_ offset[2];
VectorWS m_ vecAttach;
float32 m_ addLength;
float32 m_ minLength;
float32 m_ totalLength;
};class CPhysLength : public CPhysConstraint
{
public:
Vector m_ offset[2];
VectorWS m_ vecAttach;
float32 m_ addLength;
float32 m_ minLength;
float32 m_ totalLength;
};