Property Height
Height
Gets the height of the axis-aligned bounding box (AABB) surrounding this quadrilateral. Computed lazily from Top and Bottom and cached.
public double Height { get; }
Property Value
- double
The height of the AABB, defined as
Bottom - Top
.