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