Returns a bounding box that covers this primitive. Default returns a huge box, so implement this in the derived class for efficiency

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public AABox GetBoundingBox()
Visual Basic
Public Function GetBoundingBox As AABox
Visual C++
public:
AABox^ GetBoundingBox()

Return Value

[Missing <returns> documentation for "M:JigLibX.Geometry.Primitive.GetBoundingBox"]

See Also