![]() |
ufe
3.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Typed vector template for creating a specialized vector. More...
#include <types.h>
Public Member Functions | |
TypedVector3 () | |
TypedVector3 (T x, T y, T z) | |
T | x () const |
T | y () const |
T | z () const |
void | set (T x, T y, T z) |
bool | operator== (const TypedVector3< T > &rhs) const |
bool | operator!= (const TypedVector3< T > &rhs) const |
Public Attributes | |
std::array< T, 3 > | vector |
Typed vector template for creating a specialized vector.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 36 of file types.h.
Referenced by Ufe::BBox3d::empty(), and Ufe::operator<<().
|
inline |
Definition at line 37 of file types.h.
Referenced by Ufe::BBox3d::empty(), and Ufe::operator<<().
|
inline |
Definition at line 38 of file types.h.
Referenced by Ufe::BBox3d::empty(), and Ufe::operator<<().
std::array<T, 3> Ufe::TypedVector3< T >::vector |
Definition at line 51 of file types.h.
Referenced by Ufe::BBox3d::BBox3d(), Ufe::TypedVector3< double >::operator!=(), and Ufe::TypedVector3< double >::operator==().