ModelBoundingBox

Model bounding box

Parameters

minX

min-x

minY

min-y

minZ

min-z

maxX

max-x

maxY

max-y

maxZ

max-z

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun length(): Double
Gets length of bounding box
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
open fun x(): Double
Link copied to clipboard
open fun y(): Double
Link copied to clipboard
open fun z(): Double