file new in Git master
BoundingVolume.hFunction Magnum::
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.