Property MidX
MidX
Gets the horizontal midpoint of the quadrilateral's axis-aligned bounds.
public double MidX { get; }
Property Value
- double
The midpoint X coordinate of the AABB, equal to
(Left + Right) / 2
.
Gets the horizontal midpoint of the quadrilateral's axis-aligned bounds.
public double MidX { get; }
The midpoint X coordinate of the AABB, equal to (Left + Right) / 2
.