Home | History | Annotate | Download | only in shapes

Lines Matching defs:tq

139     final Rot tq = transform.q;
144 final float positionx = tq.c * m_p.x - tq.s * m_p.y + tp.x;
145 final float positiony = tq.s * m_p.x + tq.c * m_p.y + tp.y;
184 final Rot tq = transform.q;
186 final float px = tq.c * m_p.x - tq.s * m_p.y + tp.x;
187 final float py = tq.s * m_p.x + tq.c * m_p.y + tp.y;