Assimp  v4.1. (December 2018)
o3dgc::Vec3< T > Class Template Reference

Vector dim 3. More...

Public Member Functions

double GetNorm () const
 
operator* (const Vec3 &rhs) const
 
Vec3 operator* (T rhs) const
 
void operator*= (T a)
 
Vec3 operator+ (const Vec3 &rhs) const
 
void operator+= (const Vec3 &rhs)
 
void operator+= (T a)
 
Vec3 operator- () const
 
Vec3 operator- (const Vec3 &rhs) const
 
void operator-= (const Vec3 &rhs)
 
void operator-= (T a)
 
Vec3 operator/ (T rhs) const
 
void operator/= (T a)
 
void operator= (const Vec3 &rhs)
 
T & operator[] (unsigned long i)
 
const T & operator[] (unsigned long i) const
 
Vec3 operator^ (const Vec3 &rhs) const
 
 Vec3 ()
 
 Vec3 (const Vec3 &rhs)
 
 Vec3 (T a)
 
 Vec3 (T x, T y, T z)
 
T & X ()
 
const T & X () const
 
T & Y ()
 
const T & Y () const
 
T & Z ()
 
const T & Z () const
 
 ~Vec3 (void)
 

Detailed Description

template<typename T>
class o3dgc::Vec3< T >

Vector dim 3.

Constructor & Destructor Documentation

◆ Vec3() [1/4]

template<typename T >
o3dgc::Vec3< T >::Vec3
inline

◆ Vec3() [2/4]

template<typename T >
o3dgc::Vec3< T >::Vec3 ( a)
inline

◆ Vec3() [3/4]

template<typename T >
o3dgc::Vec3< T >::Vec3 ( x,
y,
z 
)
inline

◆ Vec3() [4/4]

template<typename T >
o3dgc::Vec3< T >::Vec3 ( const Vec3< T > &  rhs)
inline

◆ ~Vec3()

template<typename T >
o3dgc::Vec3< T >::~Vec3 ( void  )
inline

Member Function Documentation

◆ GetNorm()

template<typename T >
double o3dgc::Vec3< T >::GetNorm
inline

◆ operator*() [1/2]

template<typename T >
T o3dgc::Vec3< T >::operator* ( const Vec3< T > &  rhs) const
inline

◆ operator*() [2/2]

template<typename T >
Vec3< T > o3dgc::Vec3< T >::operator* ( rhs) const
inline

◆ operator*=()

template<typename T >
void o3dgc::Vec3< T >::operator*= ( a)
inline

◆ operator+()

template<typename T >
Vec3< T > o3dgc::Vec3< T >::operator+ ( const Vec3< T > &  rhs) const
inline

◆ operator+=() [1/2]

template<typename T >
void o3dgc::Vec3< T >::operator+= ( const Vec3< T > &  rhs)
inline

◆ operator+=() [2/2]

template<typename T >
void o3dgc::Vec3< T >::operator+= ( a)
inline

◆ operator-() [1/2]

template<typename T >
Vec3< T > o3dgc::Vec3< T >::operator-
inline

◆ operator-() [2/2]

template<typename T >
Vec3< T > o3dgc::Vec3< T >::operator- ( const Vec3< T > &  rhs) const
inline

◆ operator-=() [1/2]

template<typename T >
void o3dgc::Vec3< T >::operator-= ( const Vec3< T > &  rhs)
inline

◆ operator-=() [2/2]

template<typename T >
void o3dgc::Vec3< T >::operator-= ( a)
inline

◆ operator/()

template<typename T >
Vec3< T > o3dgc::Vec3< T >::operator/ ( rhs) const
inline

◆ operator/=()

template<typename T >
void o3dgc::Vec3< T >::operator/= ( a)
inline

◆ operator=()

template<typename T >
void o3dgc::Vec3< T >::operator= ( const Vec3< T > &  rhs)
inline

◆ operator[]() [1/2]

template<typename T >
T& o3dgc::Vec3< T >::operator[] ( unsigned long  i)
inline

◆ operator[]() [2/2]

template<typename T >
const T& o3dgc::Vec3< T >::operator[] ( unsigned long  i) const
inline

◆ operator^()

template<typename T >
Vec3< T > o3dgc::Vec3< T >::operator^ ( const Vec3< T > &  rhs) const
inline

◆ X() [1/2]

template<typename T >
const T & o3dgc::Vec3< T >::X
inline

◆ X() [2/2]

template<typename T >
const T& o3dgc::Vec3< T >::X ( ) const

◆ Y() [1/2]

template<typename T >
const T & o3dgc::Vec3< T >::Y
inline

◆ Y() [2/2]

template<typename T >
const T& o3dgc::Vec3< T >::Y ( ) const

◆ Z() [1/2]

template<typename T >
const T & o3dgc::Vec3< T >::Z
inline

◆ Z() [2/2]

template<typename T >
const T& o3dgc::Vec3< T >::Z ( ) const

The documentation for this class was generated from the following files: