|
Omnidome
Fulldome Mapping Software Toolkit
|
Namespace for geometry functionality. More...
Data Structures | |
| class | AffineTransform |
| An affine linear transform with rotation, scale and translation. More... | |
| struct | Angle |
| Struct for representing an angle (stored in degrees internally) More... | |
| class | Box |
| A box defines a 3D bounding box with a min and max point. More... | |
| struct | EulerAngles |
| Mixin class for a zyx Euler Angle Rotation system. More... | |
| struct | PolarVec |
| polar 3D vector defined by th two angles phi, theta and a radial distance More... | |
| struct | Vertex |
| A vertex is a geometry entity with a position, normal and texture. More... | |
| struct | Vertex2D |
| A Warp vertex is a geometry entity with a position, normal and texture. More... | |
Functions | |
| bool | operator== (AffineTransform const &_lhs, AffineTransform const &_rhs) |
| bool | operator== (Angle const &_lhs, Angle const &_rhs) |
| bool | operator== (EulerAngles const &_lhs, EulerAngles const &_rhs) |
| bool | operator== (PolarVec const &_lhs, PolarVec const &_rhs) |
Namespace for geometry functionality.
| bool omni::geometry::operator== | ( | Angle const & | _lhs, |
| Angle const & | _rhs | ||
| ) |
| bool omni::geometry::operator== | ( | EulerAngles const & | _lhs, |
| EulerAngles const & | _rhs | ||
| ) |
| bool omni::geometry::operator== | ( | PolarVec const & | _lhs, |
| PolarVec const & | _rhs | ||
| ) |
| bool omni::geometry::operator== | ( | AffineTransform const & | _lhs, |
| AffineTransform const & | _rhs | ||
| ) |
1.8.6