Home | History | Annotate | Download | only in graphics

Lines Matching refs:mY

19         mX(0), mY(0) {
23 mX(x), mY(y) {
27 Vector2D v(mX, mY);
33 mY += v.mY;
38 mY -= v.mY;
43 mY *= s;
48 float dy = mY - v.mY;
67 return (float) sqrt(mX * mX + mY * mY);