Exemple #1
0
        public SWIGTYPE_p_float ToFloats()
        {
            global::System.IntPtr cPtr = SharpMochaPINVOKE.MochaVec3_ToFloats(swigCPtr);
            SWIGTYPE_p_float      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_float(cPtr, false);

            return(ret);
        }
Exemple #2
0
        public SWIGTYPE_p_float GetE(uint index)
        {
            SWIGTYPE_p_float ret = new SWIGTYPE_p_float(SharpMochaPINVOKE.MochaVec4_GetE(swigCPtr, index), false);

            return(ret);
        }
Exemple #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_float obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #4
0
 public SWIGTYPE_p_float GetE(uint index)
 {
     SWIGTYPE_p_float ret = new SWIGTYPE_p_float(SharpMochaPINVOKE.MochaVec2_GetE(swigCPtr, index), false);
     return ret;
 }
Exemple #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_float obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }