Property IsAxisAlignedRectangle
IsAxisAlignedRectangle
Gets a value indicating whether this quadrilateral is an axis-aligned rectangle. Edges must be horizontal or vertical within a small epsilon; opposite sides are implied equal by virtue of axis alignment and normalized corner ordering.
[JsonIgnore]
public bool IsAxisAlignedRectangle { get; }
Property Value
- bool
true
if the four edges are parallel to the axes (no rotation/skew); otherwise,false
.