Get bounding radius around the centre

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

Syntax

C#
public float GetBoundingRadiusAroundCentre()
Visual Basic
Public Function GetBoundingRadiusAroundCentre As Single
Visual C++
public:
float GetBoundingRadiusAroundCentre()

Return Value

0.5f * sideLengths.Length()

See Also