BulletCSharp.btPlane.btPlane C# (CSharp) Метод

btPlane() публичный Метод

public btPlane ( btVector3 n, float d ) : System
n btVector3
d float
Результат System
        public btPlane(btVector3 n, float d)
            : this(LinearMathPINVOKE.new_btPlane__SWIG_0(btVector3.getCPtr(n), d), true)
        {
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

btPlane::btPlane ( ) : System
btPlane::btPlane ( IntPtr cPtr, bool cMemoryOwn ) : System