Property MidY
MidY
Gets the vertical midpoint of the quadrilateral's axis-aligned bounds.
public double MidY { get; }
Property Value
- double
The midpoint Y coordinate of the AABB, equal to
(Top + Bottom) / 2
.
Gets the vertical midpoint of the quadrilateral's axis-aligned bounds.
public double MidY { get; }
The midpoint Y coordinate of the AABB, equal to (Top + Bottom) / 2
.