touchvg.core.Vector2d.isPerpendicularTo C# (CSharp) Method

isPerpendicularTo() public method

public isPerpendicularTo ( Vector2d vec ) : bool
vec Vector2d
return bool
  public bool isPerpendicularTo(Vector2d vec) {
    bool ret = touchvgPINVOKE.Vector2d_isPerpendicularTo__SWIG_1(swigCPtr, Vector2d.getCPtr(vec));
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }

Same methods

Vector2d::isPerpendicularTo ( Vector2d vec, Tol tol ) : bool