public void Swap(UsdGeomXformCache other) { UsdCsPINVOKE.UsdGeomXformCache_Swap(swigCPtr, UsdGeomXformCache.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public GfMatrix4d ComputeInWorldSpace(UsdTimeCode time, UsdGeomXformCache xfCache) { GfMatrix4d ret = new GfMatrix4d(UsdCsPINVOKE.UsdGeomConstraintTarget_ComputeInWorldSpace__SWIG_0(swigCPtr, UsdTimeCode.getCPtr(time), UsdGeomXformCache.getCPtr(xfCache)), true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UsdGeomXformCache obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public bool ComputeJointWorldTransforms(VtMatrix4dArray xforms, UsdGeomXformCache xfCache) { bool ret = UsdCsPINVOKE.UsdSkelSkeletonQuery_ComputeJointWorldTransforms__SWIG_1(swigCPtr, VtMatrix4dArray.getCPtr(xforms), UsdGeomXformCache.getCPtr(xfCache)); return(ret); }