nux-1.14.0
nux::Vec4< T > Class Template Reference

List of all members.

Public Member Functions

 Vec4 (const T &, const T &, const T &, const T &)
 Vec4 (const Vec4< T > &)
Vec4< T > & operator= (const Vec4< T > &)
t_bool operator== (const Vec4< T > &) const
t_bool operator!= (const Vec4< T > &) const
Vec4< T > operator+ (const Vec4< T > &) const
Vec4< T > operator* (const Vec4< T > &) const
Vec4< T > operator- (const Vec4< T > &) const
Vec4< T > operator- () const
Vec4< T > & operator*= (const Vec4< T > &)
Vec4< T > & operator+= (const Vec4< T > &)
Vec4< T > & operator-= (const Vec4< T > &)
Vec4< T > operator/ (const T &) const
Vec4< T > operator* (const T &) const
Vec4< T > & operator/= (const T &)
Vec4< T > & operator*= (const T &)
T & operator[] (int i)
 element access
const T & operator[] (int i) const
 element access (const)
void divide_xyz_by_w ()

Public Attributes

x
y
z
w

Friends

template<typename U >
Vec4< U > operator* (const U &, const Vec4< U > &)

Detailed Description

template<typename T>
class nux::Vec4< T >

Definition at line 30 of file Vector4.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends