| ShapeGetAabb Method |
Computes the axis-aligned bounding box (AABB) for this shape in local space.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax Public Function GetAabb As Aabb
member GetAabb : unit -> Aabb
Return Value
Type:
AabbThe AABB of the shape positioned in local space.
Remarks
The AABB is axis-aligned to the axes of the local space.
See Also