Home | History | Annotate | Download | only in functional

Lines Matching refs:Vec3

56 using tcu::Vec3;
1230 Vec3 p0 = rotMatrix * Vec3(dst[0], dst[ 1], dst[ 2]);
1231 Vec3 p1 = rotMatrix * Vec3(dst[3], dst[ 4], dst[ 5]);
1232 Vec3 p2 = rotMatrix * Vec3(dst[6], dst[ 7], dst[ 8]);
1233 Vec3 p3 = rotMatrix * Vec3(dst[9], dst[10], dst[11]);