Property Left
Left
Gets the smallest X-coordinate of the quadrilateral (left edge of the AABB). Computed lazily and cached.
public double Left { get; }
Property Value
- double
The minimum X among the four corners.
Gets the smallest X-coordinate of the quadrilateral (left edge of the AABB). Computed lazily and cached.
public double Left { get; }
The minimum X among the four corners.