KBox

typealias KBox = @Serializable(with = BoxSerializer::class) Box

Serializable typealias for Box.

Serialized shape: { min: Vector3d, max: Vector3d }