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