Home | History | Annotate | Download | only in functional

Lines Matching refs:trans10

211 	Vec2 trans10 = (transformation * Vec3(1.0f, 0.0f, 1.0f)).xy();
213 return Vec4(trans10.x() - trans00.x(),
215 trans10.y() - trans00.y(),