Home | History | Annotate | Download | only in transforms

Lines Matching defs:outY

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