File size: 140 Bytes
476e0f0
 
 
 
 
1
2
3
4
5
#include <cuda_runtime.h>
#include <vector>
#include "utils/exception.h"

std::vector<uint4> triangulate(size_t num_points, float3 *points);