Home | History | Annotate | Download | only in functional

Lines Matching refs:trans10

210 	Vec2 trans10 = (transformation * Vec3(1.0f, 0.0f, 1.0f)).xy();
212 return Vec4(trans10.x() - trans00.x(),
214 trans10.y() - trans00.y(),