Beispiel #1
0
 public GEO_SET_SUBSET(SWIGTYPE_p_Vector3 pos, SWIGTYPE_p_Radian yaw, SWIGTYPE_p_f32 scale) : this(testPINVOKE.new_GEO_SET_SUBSET__SWIG_2(SWIGTYPE_p_Vector3.getCPtr(pos), SWIGTYPE_p_Radian.getCPtr(yaw), SWIGTYPE_p_f32.getCPtr(scale)), true)
 {
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_Radian obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }