Public Member Functions | |
Ray () | |
Ray (Vector &p, Vector &d) | |
void | Set (Vector &p, Vector &d) |
double | GetDistanceFrom (Ray &r) |
double | GetDistanceFrom (Vector &v) |
Vector | operator[] (double t) |
Public Attributes | |
Vector | p |
Vector | d |
Definition at line 91 of file CoordGeom.h.