public GfVec4h(GfVec4f other) : this(UsdCsPINVOKE.new_GfVec4h__SWIG_5(GfVec4f.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public GfMatrix4f(GfVec4f v) : this(UsdCsPINVOKE.new_GfMatrix4f__SWIG_3(GfVec4f.getCPtr(v)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public VtValue(GfVec4f obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_19(GfVec4f.getCPtr(obj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetColumn(int i, GfVec4f v) { UsdCsPINVOKE.GfMatrix4f_SetColumn(swigCPtr, i, GfVec4f.getCPtr(v)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void push_back(GfVec4f elem) { UsdCsPINVOKE.VtVec4fArray_push_back(swigCPtr, GfVec4f.getCPtr(elem)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
protected void SetValue(int index, GfVec4f value) { UsdCsPINVOKE.VtVec4fArray_SetValue(swigCPtr, index, GfVec4f.getCPtr(value)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void assign(uint n, GfVec4f fill) { UsdCsPINVOKE.VtVec4fArray_assign(swigCPtr, n, GfVec4f.getCPtr(fill)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static bool Equals(GfVec4f lhs, GfVec4f rhs) { bool ret = UsdCsPINVOKE.GfVec4f_Equals(GfVec4f.getCPtr(lhs), GfVec4f.getCPtr(rhs)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public GfVec4f GetComplement(GfVec4f b) { GfVec4f ret = new GfVec4f(UsdCsPINVOKE.GfVec4f_GetComplement(swigCPtr, GfVec4f.getCPtr(b)), true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public GfVec4f GetProjection(GfVec4f v) { GfVec4f ret = new GfVec4f(UsdCsPINVOKE.GfVec4f_GetProjection(swigCPtr, GfVec4f.getCPtr(v)), true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public GfMatrix4f SetDiagonal(GfVec4f arg0) { GfMatrix4f ret = new GfMatrix4f(UsdCsPINVOKE.GfMatrix4f_SetDiagonal__SWIG_1(swigCPtr, GfVec4f.getCPtr(arg0)), false); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public VtVec4fArray(uint n, GfVec4f value) : this(UsdCsPINVOKE.new_VtVec4fArray__SWIG_4(n, GfVec4f.getCPtr(value)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public VtVec4fArray(Vt_ArrayForeignDataSource foreignSrc, GfVec4f data, uint size) : this(UsdCsPINVOKE.new_VtVec4fArray__SWIG_2(Vt_ArrayForeignDataSource.getCPtr(foreignSrc), GfVec4f.getCPtr(data), size), true) { }