#include <OPC_IceHook.h>
Public Member Functions | |
inline_ float | Distance (const Point &point, float *t=null) const |
inline_ | Ray () |
Constructor. More... | |
inline_ | Ray (const Point &orig, const Point &dir) |
Constructor. More... | |
inline_ | Ray (const Ray &ray) |
Copy constructor. More... | |
float | SquareDistance (const Point &point, float *t=null) const |
inline_ | ~Ray () |
Destructor. More... | |
Public Attributes | |
Point | mDir |
Normalized direction. More... | |
Point | mOrig |
Ray origin. More... | |
Definition at line 16 of file OPC_IceHook.h.
|
inline |
Constructor.
Definition at line 20 of file OPC_IceHook.h.
Constructor.
Definition at line 22 of file OPC_IceHook.h.
Copy constructor.
Definition at line 24 of file OPC_IceHook.h.
|
inline |
Destructor.
Definition at line 26 of file OPC_IceHook.h.
Definition at line 29 of file OPC_IceHook.h.
Definition at line 66 of file IceRay.cpp.
Point IceMaths::Ray::mDir |
Normalized direction.
Definition at line 32 of file OPC_IceHook.h.
Point IceMaths::Ray::mOrig |
Ray origin.
Definition at line 31 of file OPC_IceHook.h.