Quad2dD

data class Quad2dD(    var topLeft: Vec2D,     var topRight: Vec2D,     var bottomRight: Vec2D,     var bottomLeft: Vec2D)

Constructors

Link copied to clipboard
fun Quad2dD(    topLeft: Vec2D,     topRight: Vec2D,     bottomRight: Vec2D,     bottomLeft: Vec2D)

Properties

Link copied to clipboard
var bottomLeft: Vec2D
Link copied to clipboard
var bottomRight: Vec2D
Link copied to clipboard
var topLeft: Vec2D
Link copied to clipboard
var topRight: Vec2D