public void AddRange(Matrix_3x3s values) { msclPINVOKE.Matrix_3x3s_AddRange(swigCPtr, Matrix_3x3s.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetRange(int index, Matrix_3x3s values) { msclPINVOKE.Matrix_3x3s_SetRange(swigCPtr, index, Matrix_3x3s.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public Matrix_3x3s(Matrix_3x3s other) : this(msclPINVOKE.new_Matrix_3x3s__SWIG_1(Matrix_3x3s.getCPtr(other)), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }