Coordinate Plain
A CoordinatePlain with its four corners as Coordinates.
Throws
If TOP_LEFT corner coordinates are larger in x or y direction than BOTTOM_RIGHT corner coordinate.
Constructors
Link copied to clipboard
fun CoordinatePlain( topLeftX: Number, topLeftY: Number, bottomRightX: Number, bottomRightY: Number)
Content copied to clipboard
A CoordinatePlain with two corners as Coordinates. Creates a coordinate plain out of the two corners TOP_LEFT and BOTTOM_RIGHT as Coordinates. TOP_LEFT corner coordinates must be smaller or equal in x and y direction than BOTTOM_RIGHT corner coordinate.
Link copied to clipboard
A CoordinatePlain with two corners as Coordinates. Creates a coordinate plain out of the two corners TOP_LEFT and BOTTOM_RIGHT as Coordinates. TOP_LEFT corner coordinates must be smaller or equal in x and y direction than BOTTOM_RIGHT corner coordinate.