Inheritance: btVector3
Esempio n. 1
0
 internal static HandleRef getCPtr(btVector4 obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 2
0
        public btVector4 absolute4()
        {
            btVector4 ret = new btVector4(LinearMathPINVOKE.btVector4_absolute4(swigCPtr), true);

            return(ret);
        }
Esempio n. 3
0
 public btVector4 absolute4()
 {
     btVector4 ret = new btVector4(LinearMathPINVOKE.btVector4_absolute4(swigCPtr), true);
     return ret;
 }
Esempio n. 4
0
 internal static HandleRef getCPtr(btVector4 obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }