public void SetRange(int index, Vector3Vector values) { SharpMochaPINVOKE.Vector3Vector_SetRange(swigCPtr, index, Vector3Vector.getCPtr(values)); if (SharpMochaPINVOKE.SWIGPendingException.Pending) { throw SharpMochaPINVOKE.SWIGPendingException.Retrieve(); } }
public Vector3Vector(Vector3Vector other) : this(SharpMochaPINVOKE.new_Vector3Vector__SWIG_1(Vector3Vector.getCPtr(other)), true) { if (SharpMochaPINVOKE.SWIGPendingException.Pending) { throw SharpMochaPINVOKE.SWIGPendingException.Retrieve(); } }