CUDARayCasting::Vector3 Class Reference
List of all members.
Public Member Functions |
|
| Vector3 (float x, float y, float z) |
|
| Vector3 (const Vector3 &vector) |
|
Vector3 | Cross (const Vector3 &v) const |
|
float | Dot (const Vector3 &v) const |
|
void | Normalize (void) |
|
float | Length (void) const |
|
Vector3 & | operator= (const Vector3 &vector) |
|
Vector3 | operator- (void) |
Public Attributes |
|
union { |
|
struct { |
| float m_x |
| float m_y |
| float m_z |
| } | |
| float m_data [3] |
| }; | |
The documentation for this class was generated from the following files: