Magnum/MeshTools/BoundingVolume.h file new in Git master

Function Magnum::MeshTools::boundingRange(), Magnum::MeshTools::boundingSphereBouncingBubble()

Namespaces

namespace Magnum
Root namespace.
namespace Magnum::MeshTools
Mesh tools.

Functions

auto boundingRange(const Containers::StridedArrayView1D<const Vector3>& positions) -> Range3D new in Git master
Calculate a bounding range.
auto boundingSphereBouncingBubble(const Containers::StridedArrayView1D<const Vector3>& positions) -> Containers::Pair<Vector3, Float> new in Git master
Calculate an approximate bounding sphere using the Bouncing Bubble algorithm.