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

GetAngularJacobianA() public method

Gets the angular jacobian entry for the first connected entity.
public GetAngularJacobianA ( Microsoft.Xna.Framework.Vector3 &jacobian ) : void
jacobian Microsoft.Xna.Framework.Vector3 Angular jacobian entry for the first connected entity.
return void
        public void GetAngularJacobianA(out Vector3 jacobian)
        {
            jacobian = rAcrossN;
        }