Property HalfExtents
HalfExtents
Computes the half extents of the AABB.
Declaration
public float3 HalfExtents { get; }
Property Value
Type | Description |
---|---|
float3 |
Remarks
HalfExtents is half of the componentwise distance between min and max. Subtracting HalfExtents from Center gives Min and adding HalfExtents to Center gives Max.