Click or drag to resize
BaseRenderableEntityGetLastBoundingSphere Method
Return the last calculated bounding sphere. Note: this value may be out-of-date if transformations changed since last calculation.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BoundingSphere GetLastBoundingSphere()

Return Value

Type: BoundingSphere
Last known bounding sphere.
See Also