touchvg.core.Matrix2d.getCoordSystem C# (CSharp) Method

getCoordSystem() public method

public getCoordSystem ( Vector2d e0, Vector2d e1, Point2d origin ) : void
e0 Vector2d
e1 Vector2d
origin Point2d
return void
  public void getCoordSystem(Vector2d e0, Vector2d e1, Point2d origin) {
    touchvgPINVOKE.Matrix2d_getCoordSystem(swigCPtr, Vector2d.getCPtr(e0), Vector2d.getCPtr(e1), Point2d.getCPtr(origin));
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
  }