コード例 #1
0
	float cPhysicsJointScrewNewton::GetAngle()
	{
		return NewtonCorkscrewGetJointAngle(mpNewtonJoint);
	}
コード例 #2
0
	// joint-specific functions
	dFloat Roket_PhysicsJointCorkscrew::getAngle()
	{
		return NewtonCorkscrewGetJointAngle(joint);
	}