Example #1
0
        public SWIGTYPE_p_float Get(SWIGTYPE_p_a_3__float m)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.GfMatrix3f_Get(swigCPtr, SWIGTYPE_p_a_3__float.getCPtr(m));
            SWIGTYPE_p_float      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_float(cPtr, false);

            return(ret);
        }
Example #2
0
 public Matrix3(SWIGTYPE_p_a_3__float arr) : this(OgrePINVOKE.new_Matrix3__SWIG_1(SWIGTYPE_p_a_3__float.getCPtr(arr)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }