Home | History | Annotate | Download | only in functional

Lines Matching defs:p0

281 	Vec2		p0			= transform * Vec2(dst[0], dst[1]);
286 dst[0] = p0.x(); dst[1] = p0.y();
1230 Vec3 p0 = rotMatrix * Vec3(dst[0], dst[ 1], dst[ 2]);
1235 dst[0] = p0.x(); dst[ 1] = p0.y(); dst[ 2] = p0.z();