Example #1
0
 public void Transform(GfMatrix4d matrix)
 {
     UsdCsPINVOKE.GfBBox3d_Transform(swigCPtr, GfMatrix4d.getCPtr(matrix));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }