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

PointOnLineJoint() public method

Constructs a joint which constrains a point of one body to be on a line based on the other body. To finish the initialization, specify the connections (ConnectionA and ConnectionB), the LineAnchor, the LineDirection, and the Point (or the entity-local versions). This constructor sets the constraint's IsActive property to false by default.
public PointOnLineJoint ( ) : System
return System
        public PointOnLineJoint()
        {
            IsActive = false;
        }

Same methods

PointOnLineJoint::PointOnLineJoint ( Entity connectionA, Entity connectionB, Vector3 lineAnchor, Vector3 lineDirection, Vector3 pointLocation ) : System