BetterModel
Toggle table of contents
1.4.3-SNAPSHOT-50
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.blueprint
/
ModelBoundingBox
Model
Bounding
Box
class
ModelBoundingBox
:
Record
Model bounding box
Parameters
min
X
min-x
min
Y
min-y
min
Z
min-z
max
X
max-x
max
Y
max-y
max
Z
max-z
Members
Constructors
Model
Bounding
Box
Link copied to clipboard
constructor
(
)
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
length
Link copied to clipboard
open
fun
length
(
)
:
Double
Gets length of bounding box
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
x
Link copied to clipboard
open
fun
x
(
)
:
Double
y
Link copied to clipboard
open
fun
y
(
)
:
Double
z
Link copied to clipboard
open
fun
z
(
)
:
Double