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

PointOnPlaneJoint() public method

Constructs a new point on plane constraint. To finish the initialization, specify the connections (ConnectionA and ConnectionB) as well as the PlaneAnchor, PlaneNormal, and PointAnchor (or their entity-local versions). This constructor sets the constraint's IsActive property to false by default.
public PointOnPlaneJoint ( ) : BEPUphysics.Entities
return BEPUphysics.Entities
        public PointOnPlaneJoint()
        {
            IsActive = false;
        }

Same methods

PointOnPlaneJoint::PointOnPlaneJoint ( Entity connectionA, Entity connectionB, Microsoft.Xna.Framework.Vector3 planeAnchor, Microsoft.Xna.Framework.Vector3 normal, Microsoft.Xna.Framework.Vector3 pointAnchor ) : BEPUphysics.Entities