|
Rumba C++ SDK
|
#include <ImathVec.h>
Public Types | |
| typedef T | BaseType |
Public Member Functions | |
| T & | operator[] (int i) |
| const T & | operator[] (int i) const |
| Vec4 () | |
| Vec4 (T a) | |
| Vec4 (T a, T b, T c, T d) | |
| Vec4 (const Vec4 &v) | |
| template<class S > | |
| Vec4 (const Vec4< S > &v) | |
| const Vec4 & | operator= (const Vec4 &v) |
| template<class S > | |
| Vec4 (const Vec3< S > &v) | |
| template<class S > | |
| bool | operator== (const Vec4< S > &v) const |
| template<class S > | |
| bool | operator!= (const Vec4< S > &v) const |
| bool | equalWithAbsError (const Vec4< T > &v, T e) const |
| bool | equalWithRelError (const Vec4< T > &v, T e) const |
| T | dot (const Vec4 &v) const |
| T | operator^ (const Vec4 &v) const |
| const Vec4 & | operator+= (const Vec4 &v) |
| Vec4 | operator+ (const Vec4 &v) const |
| const Vec4 & | operator-= (const Vec4 &v) |
| Vec4 | operator- (const Vec4 &v) const |
| Vec4 | operator- () const |
| const Vec4 & | negate () |
| const Vec4 & | operator*= (const Vec4 &v) |
| const Vec4 & | operator*= (T a) |
| Vec4 | operator* (const Vec4 &v) const |
| Vec4 | operator* (T a) const |
| const Vec4 & | operator/= (const Vec4 &v) |
| const Vec4 & | operator/= (T a) |
| Vec4 | operator/ (const Vec4 &v) const |
| Vec4 | operator/ (T a) const |
| T | length () const |
| T | length2 () const |
| const Vec4 & | normalize () |
| const Vec4 & | normalizeExc () throw (Iex::MathExc) |
| const Vec4 & | normalizeNonNull () |
| Vec4< T > | normalized () const |
| Vec4< T > | normalizedExc () const throw (Iex::MathExc) |
| Vec4< T > | normalizedNonNull () const |
| template<> | |
| short | length () const |
| template<> | |
| const Vec4< short > & | normalize () |
| template<> | |
| const Vec4< short > & | normalizeExc () throw(Iex::MathExc) |
| template<> | |
| const Vec4< short > & | normalizeNonNull () |
| template<> | |
| Vec4< short > | normalized () const |
| template<> | |
| Vec4< short > | normalizedExc () const throw(Iex::MathExc) |
| template<> | |
| Vec4< short > | normalizedNonNull () const |
| template<> | |
| int | length () const |
| template<> | |
| const Vec4< int > & | normalize () |
| template<> | |
| const Vec4< int > & | normalizeExc () throw(Iex::MathExc) |
| template<> | |
| const Vec4< int > & | normalizeNonNull () |
| template<> | |
| Vec4< int > | normalized () const |
| template<> | |
| Vec4< int > | normalizedExc () const throw(Iex::MathExc) |
| template<> | |
| Vec4< int > | normalizedNonNull () const |
| template<> | |
| short | length () const |
| template<> | |
| const Vec4< short > & | normalize () |
| template<> | |
| const Vec4< short > & | normalizeExc () throw(Iex::MathExc) |
| template<> | |
| const Vec4< short > & | normalizeNonNull () |
| template<> | |
| Vec4< short > | normalized () const |
| template<> | |
| Vec4< short > | normalizedExc () const throw(Iex::MathExc) |
| template<> | |
| Vec4< short > | normalizedNonNull () const |
| template<> | |
| int | length () const |
| template<> | |
| const Vec4< int > & | normalize () |
| template<> | |
| const Vec4< int > & | normalizeExc () throw(Iex::MathExc) |
| template<> | |
| const Vec4< int > & | normalizeNonNull () |
| template<> | |
| Vec4< int > | normalized () const |
| template<> | |
| Vec4< int > | normalizedExc () const throw(Iex::MathExc) |
| template<> | |
| Vec4< int > | normalizedNonNull () const |
Static Public Member Functions | |
| static unsigned int | dimensions () |
| static T | baseTypeMin () |
| static T | baseTypeMax () |
| static T | baseTypeSmallest () |
| static T | baseTypeEpsilon () |
Public Attributes | |
| T | x |
| T | y |
| T | z |
| T | w |
| typedef T Imath::Vec4< T >::BaseType |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
| bool Imath::Vec4< T >::equalWithAbsError | ( | const Vec4< T > & | v, |
| T | e | ||
| ) | const |
| bool Imath::Vec4< T >::equalWithRelError | ( | const Vec4< T > & | v, |
| T | e | ||
| ) | const |
| short Imath::Vec4< short >::length | ( | ) | const |
| int Imath::Vec4< int >::length | ( | ) | const |
|
inline |
| short Imath::Vec4< short >::length | ( | ) | const |
| int Imath::Vec4< int >::length | ( | ) | const |
|
inline |
|
inline |
| const Vec4< short > & Imath::Vec4< short >::normalize | ( | ) |
| const Vec4< int > & Imath::Vec4< int >::normalize | ( | ) |
| const Vec4< T > & Imath::Vec4< T >::normalize | ( | ) |
| const Vec4< short > & Imath::Vec4< short >::normalize | ( | ) |
| const Vec4< int > & Imath::Vec4< int >::normalize | ( | ) |
| Vec4< short > Imath::Vec4< short >::normalized | ( | ) | const |
| Vec4< int > Imath::Vec4< int >::normalized | ( | ) | const |
| Vec4< T > Imath::Vec4< T >::normalized | ( | ) | const |
| Vec4< short > Imath::Vec4< short >::normalized | ( | ) | const |
| Vec4< int > Imath::Vec4< int >::normalized | ( | ) | const |
| Vec4< short > Imath::Vec4< short >::normalizedExc | ( | ) | const | |
| throw | ( | Iex::MathExc | ||
| ) | ||||
| Vec4< int > Imath::Vec4< int >::normalizedExc | ( | ) | const | |
| throw | ( | Iex::MathExc | ||
| ) | ||||
| Vec4< T > Imath::Vec4< T >::normalizedExc | ( | ) | const | |
| throw | ( | Iex::MathExc | ||
| ) | ||||
| Vec4< short > Imath::Vec4< short >::normalizedExc | ( | ) | const | |
| throw | ( | Iex::MathExc | ||
| ) | ||||
| Vec4< int > Imath::Vec4< int >::normalizedExc | ( | ) | const | |
| throw | ( | Iex::MathExc | ||
| ) | ||||
| Vec4< short > Imath::Vec4< short >::normalizedNonNull | ( | ) | const |
| Vec4< int > Imath::Vec4< int >::normalizedNonNull | ( | ) | const |
|
inline |
| Vec4< short > Imath::Vec4< short >::normalizedNonNull | ( | ) | const |
| Vec4< int > Imath::Vec4< int >::normalizedNonNull | ( | ) | const |
| const Vec4< short > & Imath::Vec4< short >::normalizeExc | ( | ) | ||
| throw | ( | Iex::MathExc | ||
| ) | ||||
| const Vec4< int > & Imath::Vec4< int >::normalizeExc | ( | ) | ||
| throw | ( | Iex::MathExc | ||
| ) | ||||
| const Vec4< T > & Imath::Vec4< T >::normalizeExc | ( | ) | ||
| throw | ( | Iex::MathExc | ||
| ) | ||||
| const Vec4< short > & Imath::Vec4< short >::normalizeExc | ( | ) | ||
| throw | ( | Iex::MathExc | ||
| ) | ||||
| const Vec4< int > & Imath::Vec4< int >::normalizeExc | ( | ) | ||
| throw | ( | Iex::MathExc | ||
| ) | ||||
| const Vec4< short > & Imath::Vec4< short >::normalizeNonNull | ( | ) |
| const Vec4< int > & Imath::Vec4< int >::normalizeNonNull | ( | ) |
|
inline |
| const Vec4< short > & Imath::Vec4< short >::normalizeNonNull | ( | ) |
| const Vec4< int > & Imath::Vec4< int >::normalizeNonNull | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| T Imath::Vec4< T >::w |
| T Imath::Vec4< T >::x |
| T Imath::Vec4< T >::y |
| T Imath::Vec4< T >::z |