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
@NotNull
open fun center(): ModelBoundingBox
Gets centered bounding box
Link copied to clipboard
@NotNull
open fun centerPoint(): Vector3f
Gets center vector point
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
open fun lengthZX(): Double
Gets zx length of bounding box
Link copied to clipboard
@NotNull
open fun max(): Vector3d
Link copied to clipboard
@NotNull
open fun min(): Vector3d
Link copied to clipboard
@NotNull
open fun of(@NotNull min: Vector3d, @NotNull max: Vector3d): ModelBoundingBox
Link copied to clipboard
@NotNull
open fun times(scale: Double): ModelBoundingBox
Gets scaled bounding box
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
open fun x(): Double
Gets x
Link copied to clipboard
open fun y(): Double
Gets y
Link copied to clipboard
open fun z(): Double
Gets z