BEPUphysics.Constraints.TwoEntity.Joints.NoRotationJoint.NoRotationJoint C# (CSharp) Method

NoRotationJoint() public method

Constructs a new constraint which prevents relative angular motion between the two connected bodies. To finish the initialization, specify the connections (ConnectionA and ConnectionB) and the initial orientations (InitialOrientationA, InitialOrientationB). This constructor sets the constraint's IsActive property to false by default.
public NoRotationJoint ( ) : System
return System
        public NoRotationJoint()
        {
            IsActive = false;
        }

Same methods

NoRotationJoint::NoRotationJoint ( Entity connectionA, Entity connectionB ) : System