NamedBoundingBox

A bounding box with name.

Parameters

name

name

box

box

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun center(): @NotNull ModelBoundingBox
Gets centralized bounding box.
Link copied to clipboard
@NotNull
open fun centerPoint(): @NotNull Vector3f
Gets center location to vector.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String