예제 #1
0
        public FbxDouble4 at(int pIndex)
        {
            FbxDouble4 ret = new FbxDouble4(fbx_wrapperPINVOKE.FbxDouble4x4_at__SWIG_0(swigCPtr, pIndex), false);

            return(ret);
        }
예제 #2
0
        public FbxDouble4x4 assign(FbxDouble4 pValue)
        {
            FbxDouble4x4 ret = new FbxDouble4x4(fbx_wrapperPINVOKE.FbxDouble4x4_assign__SWIG_0(swigCPtr, FbxDouble4.getCPtr(pValue)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #3
0
 public FbxDouble4x4(FbxDouble4 pValue) : this(fbx_wrapperPINVOKE.new_FbxDouble4x4__SWIG_1(FbxDouble4.getCPtr(pValue)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #4
0
 public FbxDouble4x4(FbxDouble4 pData0, FbxDouble4 pData1, FbxDouble4 pData2, FbxDouble4 pData3) : this(fbx_wrapperPINVOKE.new_FbxDouble4x4__SWIG_2(FbxDouble4.getCPtr(pData0), FbxDouble4.getCPtr(pData1), FbxDouble4.getCPtr(pData2), FbxDouble4.getCPtr(pData3)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #5
0
 public static Vector4 ToUVector4(this FbxDouble4 d)
 {
     return(new Vector4((float)d.X, (float)d.Y, (float)d.Z, (float)d.W));
 }
예제 #6
0
        // FbxDouble4

        public static Vector3 ToUVector3(this FbxDouble4 d)
        {
            return(new Vector3((float)d.X, (float)d.Y, (float)d.Z));
        }
예제 #7
0
        public FbxDouble4 assign(FbxDouble4 pVector)
        {
            FbxDouble4 ret = new FbxDouble4(FbxWrapperNativePINVOKE.FbxDouble4_assign__SWIG_2(swigCPtr, FbxDouble4.getCPtr(pVector)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #8
0
        public FbxDouble4 assign(double pValue)
        {
            FbxDouble4 ret = new FbxDouble4(FbxWrapperNativePINVOKE.FbxDouble4_assign__SWIG_0(swigCPtr, pValue), false);

            return(ret);
        }
예제 #9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxDouble4 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }