Public Member Functions | |
Sphere (const Surface *surface, const CoordSystem3x3 &s) | |
's' is the transformation that sends the origin centered unit sphere into the generalized sphere as it will appear in the reference coordinate system. | |
~Sphere () | |
bool | intersect (const Line3 &ray, const Object *originObject, const Object::Part *originPart, double &dist, const Object::Part **=0) const |
void | interiorIntersect (const Line3 &ray, const Object::Part *originPart, double &dist, const Object::Part *&) const |
void | map (const Vector3 &point, Vector3 &normal) const |
void | map (const Vector3 &point, Vector3 &normal, Vector2 &texturePoint) const |
Definition at line 162 of file object.H.