Home | History | Annotate | Download | only in functional

Lines Matching refs:trans01

1296 	const Vec2					trans01		= (transf * Vec3(0.0f, 1.0f, 1.0f)).xy();
1301 const float dudy = (trans01.x() - trans00.x()) * (float)texWidth / dstSize.y();
1303 const float dvdy = (trans01.y() - trans00.y()) * (float)texHeight / dstSize.y();
1637 const Vec3 trans01 = transf * Vec3(0.0f, 1.0f, 1.0f);
1642 const float dudy = (trans01.x() - trans00.x()) * (float)srcWidth / dstSize.y();
1644 const float dvdy = (trans01.y() - trans00.y()) * (float)srcHeight / dstSize.y();
1646 const float dwdy = (trans01.z() - trans00.z()) * (float)srcDepth / dstSize.y();