Euphoria
sphere.builder.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 
5 #include "base/vec3.h"
6 #include "core/sphere.position.h"
7 
8 
9 namespace eu::core
10 {
11  SphereAndPosition
12  build_bounding_sphere(const std::vector<vec3f>& positions);
13 }
14 
SphereAndPosition build_bounding_sphere(const std::vector< vec3f > &positions)