float cPhysicsJointScrewNewton::GetAngle()
	{
		return NewtonCorkscrewGetJointAngle(mpNewtonJoint);
	}
	// joint-specific functions
	dFloat Roket_PhysicsJointCorkscrew::getAngle()
	{
		return NewtonCorkscrewGetJointAngle(joint);
	}