Directions

data class Directions<T : Units?>(var start: T, var top: T, var end: T, var bottom: T)(source)

Constructors

Link copied to clipboard
constructor(x: T, y: T)
constructor(all: T)
constructor(start: T, top: T, end: T, bottom: T)

Properties

Link copied to clipboard
var bottom: T
Link copied to clipboard
var end: T
Link copied to clipboard
var start: T
Link copied to clipboard
var top: T

Functions

Link copied to clipboard
Link copied to clipboard