1#ifndef _BBM_ENOKI_VEC_H_
2#define _BBM_ENOKI_VEC_H_
4#include "backbone/array.h"
15 using vec2d = enoki::Array<T, 2>;
18 using vec3d = enoki::Array<T, 3>;
Random number generator; built on top of Drjit.
Definition: backbone.h:53
drjit::Array< T, 3 > vec3d
Definition: vec.h:16
drjit::Array< T, 2 > vec2d
Definition: vec.h:13