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