![]() |
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
|
Go to the source code of this file.
Classes | |
struct | Ufe::TypedVector3< T > |
Typed vector template for creating a specialized vector. More... | |
struct | Ufe::TypedColor3< T > |
Typed color template for creating a specialized color. More... | |
struct | Ufe::BBox3d |
3D bounding box class. More... | |
struct | Ufe::Matrix4d |
Matrix class for 3D transforms. More... | |
Namespaces | |
Ufe | |
Typedefs | |
typedef TypedVector3< int > | Ufe::Vector3i |
typedef TypedVector3< float > | Ufe::Vector3f |
typedef TypedVector3< double > | Ufe::Vector3d |
typedef TypedColor3< float > | Ufe::Color3f |