getValuesByTouchPoint2 method

void getValuesByTouchPoint2(
  1. double x,
  2. double y,
  3. AxisDependency axis,
  4. MPPointD outputPoint,
)

Implementation

void getValuesByTouchPoint2(
    double x, double y, AxisDependency axis, MPPointD outputPoint) {
  getTransformer(axis)!.getValuesByTouchPoint2(x, y, outputPoint);
}