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

RevoluteAngularJoint() public method

Constructs a new orientation joint. Orientation joints can be used to simulate the angular portion of a hinge. Orientation joints allow rotation around only a single axis. To finish the initialization, specify the connections (ConnectionA and ConnectionB) as well as the WorldFreeAxisA and WorldFreeAxisB (or their entity-local versions). This constructor sets the constraint's IsActive property to false by default.
public RevoluteAngularJoint ( ) : System
return System
        public RevoluteAngularJoint()
        {
            IsActive = false;
        }

Same methods

RevoluteAngularJoint::RevoluteAngularJoint ( Entity connectionA, Entity connectionB, System.Vector3 freeAxis ) : System