CapsuleVolume::GetCapsuleSize
Defined in:
Returns the hemispherical cap size.
C4Volumes.h
Prototype
const Vector3D& GetCapsuleSize(void) const;
Description
The GetCapsuleSize
function returns a 3D vector containing the physical dimensions of the hemispherical caps of the capsule volume. The center of the base of the interior cylinder coincides with the origin, and the three components of the size correspond to the radii of the hemispherical caps along the x, y, and z axes.
See Also