triro 1.3.0
A Python Ray-Mesh Intersector in OptiX
Loading...
Searching...
No Matches
type.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace hmesh {
6
7template <typename T, int N> struct vec { T p[N]; };
8
13
14} // namespace hmesh
Definition base.cpp:13
T p[N]
Definition type.h:7