Lines Matching refs:Point3D
74631 typedef Point3DTyped<UnknownUnits> Point3D;
106683 Point3D RotatePoint(const Point3D& aPoint) {
106688 return Point3D(aPoint.x + w*uvx + y*uvz - z*uvy,
107552 Matrix4x4Typed &PreTranslate(const Point3D& aPoint) {
107647 Matrix4x4Typed &ChangeBasis(const Point3D& aOrigin)
108073 Point3D vector(aX, aY, aZ);
108118 Point3D GetNormalVector() const
108122 Point3D a = TransformPoint(Point3D(0, 0, 0));
108123 Point3D b = TransformPoint(Point3D(0, 1, 0));
108124 Point3D c = TransformPoint(Point3D(1, 0, 0));
108127 Point3D ab = b - a;
108128 Point3D ac = c - a;