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 | |
| using | mi::Color = math::Color |
| RGBA color class. More... | |
| using | mi::Color_struct = math::Color_struct |
| RGBA color class (underlying POD type). More... | |
| using | mi::Spectrum = math::Spectrum |
| Spectrum class. More... | |
| using | mi::Spectrum_struct = math::Spectrum_struct |
| Spectrum class (underlying POD type). More... | |
| using | mi::Bbox3 = math::Bbox<Float32, 3> |
| Three-dimensional bounding box. More... | |
| using | mi::Bbox3_struct = math::Bbox_struct<Float32, 3> |
| Three-dimensional bounding box (underlying POD type). More... | |
Typedefs for types from the math API.