Defines 2D and 3D vectors as aliases to drjit arrays. More...
Go to the source code of this file.
Namespaces | |
| namespace | backbone |
| Random number generator; built on top of Drjit. | |
Typedefs | |
| template<typename T > | |
| using | vec2d = drjit::Array< T, 2 > |
| template<typename T > | |
| using | vec3d = drjit::Array< T, 3 > |
Defines 2D and 3D vectors as aliases to drjit arrays.