Name | Description | |
---|---|---|
![]() | IsDefault | True if and only if this spot is equal to Default. |
![]() | IsNone | True if and only if this spot is equal to None. |
![]() | IsNoSpot | True if this is an unspecific special spot, such as None or one of the sides. |
![]() | IsNotNone | True if and only if this spot is different than None. |
![]() | IsSide | True if this is a special spot referring to one (or more) of the sides. |
![]() | IsSpot | True if this spot represents a specific spot, not a side nor None. |
![]() | OffsetX | The final additional offset along the X-axis. |
![]() | OffsetY | The final additional offset along the Y-axis. |
![]() | Opposite | Return a new spot that is opposite this spot. |
![]() | WithoutOffset | Return a new spot with the same X and Y values, but with offsets of zero. |
![]() | X | The fractional point along the X-axis. |
![]() | Y | The fractional point along the Y-axis. |