BoundingBox3D

constructor(min: ERROR CLASS: Symbol not found for Triple<kotlin/Float, kotlin/Float, kotlin/Float>, max: ERROR CLASS: Symbol not found for Triple<kotlin/Float, kotlin/Float, kotlin/Float>)


constructor(minX: Float, minY: Float, minZ: Float, maxX: Float, maxY: Float, maxZ: Float)

Creates a BoundingBox3D from raw min and max coordinates.

Parameters

minX

The minimum X coordinate.

minY

The minimum Y coordinate.

minZ

The minimum Z coordinate.

maxX

The maximum X coordinate.

maxY

The maximum Y coordinate.

maxZ

The maximum Z coordinate.


constructor(raw: ERROR CLASS: Symbol not found for BoundingBox)

Creates a BoundingBox3D from a raw raylib BoundingBox3D.

Parameters

raw

The raw bounding box.