Extent

data class Extent(val depth: Long, val height: Long, val width: Long)

Constructors

Link copied to clipboard
constructor(depth: Long, height: Long, width: Long)

Properties

Link copied to clipboard
val depth: Long
Link copied to clipboard
Link copied to clipboard
val width: Long