Home | History | Annotate | Download | only in transforms

Lines Matching refs:outY

538     double outY = x * m12() + y * m22() + z * m32() + m42();
543 outY /= w;
546 return FloatPoint(static_cast<float>(outX), static_cast<float>(outY));