A helper class which is used to generate a bounding sphere for a list of points. In most cases these ...
static void calculate(Ecs::BoundingSphere &sphere, const std::vector< glm::vec3 > &pointsToFit)
Calculates a bounding sphere for a list of points and fills the provided component.
Stores mathematical operations like calculating bounding spheres over a list of points.
A bounding sphere for an entity. Used for frustum culling.