Typedefs for types from the math API. More...
Go to the source code of this file.
Namespaces | |
namespace | mi |
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH. | |
Typedefs | |
typedef math::Color | mi::Color |
RGBA color class. More... | |
typedef math::Color_struct | mi::Color_struct |
RGBA color class (underlying POD type). More... | |
typedef math::Spectrum | mi::Spectrum |
Spectrum class. More... | |
typedef math::Spectrum_struct | mi::Spectrum_struct |
Spectrum class (underlying POD type). More... | |
typedef math::Bbox<Float32, 3> | mi::Bbox3 |
Three-dimensional bounding box. More... | |
typedef math::Bbox_struct<Float32, 3> | mi::Bbox3_struct |
Three-dimensional bounding box (underlying POD type). More... | |
Typedefs for types from the math API.