Class BoundingBoxHelper
- Namespace
- HelixToolkit.Maths
- Assembly
- HelixToolkit.Maths.dll
public static class BoundingBoxHelper
- Inheritance
-
BoundingBoxHelper
- Inherited Members
Methods
FromPoints(IList<Vector3>?)
Get bounding box from list of points
public static BoundingBox FromPoints(IList<Vector3>? points)
Parameters
Returns
Transform(BoundingBox, in Matrix4x4)
Transform AABB with Affine Transformation matrix
public static BoundingBox Transform(this BoundingBox box, in Matrix4x4 transform)
Parameters
boxBoundingBoxtransformMatrix4x4