public static bool Equals(VtMatrix3dArray lhs, VtMatrix3dArray rhs) { bool ret = UsdCsPINVOKE.VtMatrix3dArray_Equals(VtMatrix3dArray.getCPtr(lhs), VtMatrix3dArray.getCPtr(rhs)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public VtMatrix3dArray(VtMatrix3dArray other) : this(UsdCsPINVOKE.new_VtMatrix3dArray__SWIG_1(VtMatrix3dArray.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }