Home | History | Annotate | Download | only in src

Lines Matching full:normalized

162     Vec3d xvec = normalized(end_point - start_point);
163 Vec3d zvec = normalized(xvec.cross(arbitrary));
214 Vec3d zvec = normalized(normal);
215 Vec3d xvec = normalized(zvec.cross(arbitrary));
256 Vec3d xvec = normalized(Vec3d(tip - center));
257 Vec3d zvec = normalized(xvec.cross(arbitrary));