#include <rtcVec6.h>
List of all members.
Public Member Functions |
void | set (const T x0, const T x1, const T x2, const T x3, const T x4, const T x5) |
| Vec6 () |
| Vec6 (const T *d) |
| Vec6 (const T a) |
| Vec6 (const T x0, const T x1, const T x2, const T x3, const T x4, const T x5) |
| Vec6 (const Vec< T, 6 > &v) |
template<class U > |
| Vec6 (const Vec< U, 6 > &v) |
Detailed Description
template<class T>
class rtc::Vec6< T >
A 6-D vector.
Definition at line 37 of file rtcVec6.h.
Constructor & Destructor Documentation
Ctor that doesn't initialize.
Definition at line 79 of file rtcVec6.h.
Ctor that intalizes from array.
Definition at line 84 of file rtcVec6.h.
Ctor that intalizes all elements from a scalar.
Definition at line 89 of file rtcVec6.h.
template<class T>
rtc::Vec6< T >::Vec6 |
( |
const T |
x0, |
|
|
const T |
x1, |
|
|
const T |
x2, |
|
|
const T |
x3, |
|
|
const T |
x4, |
|
|
const T |
x5 |
|
) |
| [inline] |
Ctor that initializes vector with given values.
Definition at line 94 of file rtcVec6.h.
template<class T >
template<class U >
Casting Ctor that initializes an Vec6<T> with a Vec<U,6>.
Definition at line 109 of file rtcVec6.h.
Member Function Documentation
template<class T>
void rtc::Vec6< T >::set |
( |
const T |
x0, |
|
|
const T |
x1, |
|
|
const T |
x2, |
|
|
const T |
x3, |
|
|
const T |
x4, |
|
|
const T |
x5 |
|
) |
| [inline] |
The documentation for this class was generated from the following file: