Quadrilateral

data class Quadrilateral(val upperLeft: Point, val upperRight: Point, val lowerLeft: Point, val lowerRight: Point)

Constructors

Link copied to clipboard
constructor(upperLeft: Point, upperRight: Point, lowerLeft: Point, lowerRight: Point)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard