Home | History | Annotate | Download | only in functional

Lines Matching refs:trans10

1297 	const Vec2					trans10		= (transf * Vec3(1.0f, 0.0f, 1.0f)).xy();
1300 const float dudx = (trans10.x() - trans00.x()) * (float)texWidth / dstSize.x();
1302 const float dvdx = (trans10.y() - trans00.y()) * (float)texHeight / dstSize.x();
1638 const Vec3 trans10 = transf * Vec3(1.0f, 0.0f, 1.0f);
1641 const float dudx = (trans10.x() - trans00.x()) * (float)srcWidth / dstSize.x();
1643 const float dvdx = (trans10.y() - trans00.y()) * (float)srcHeight / dstSize.x();
1645 const float dwdx = (trans10.z() - trans00.z()) * (float)srcDepth / dstSize.x();