touchvg.core.Vector2d.resolveVector C# (CSharp) 메소드

resolveVector() 공개 메소드

public resolveVector ( Vector2d uAxis, Vector2d vAxis ) : bool
uAxis Vector2d
vAxis Vector2d
리턴 bool
  public bool resolveVector(Vector2d uAxis, Vector2d vAxis) {
    bool ret = touchvgPINVOKE.Vector2d_resolveVector__SWIG_1(swigCPtr, Vector2d.getCPtr(uAxis), Vector2d.getCPtr(vAxis));
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }

Same methods

Vector2d::resolveVector ( Vector2d uAxis, Vector2d vAxis, Vector2d uv ) : bool