AabbDef

class AabbDef : Struct

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun __assign(_i: Int, _bb: ByteBuffer): AabbDef
Link copied to clipboard
open fun __init(_i: Int, _bb: ByteBuffer)
Link copied to clipboard
open fun __reset()
Resets internal state with a null ByteBuffer and a zero position.
Link copied to clipboard
open fun createAabbDef(builder: FlatBufferBuilder, min_x: Float, min_y: Float, min_z: Float, max_x: Float, max_y: Float, max_z: Float): Int
Link copied to clipboard
open fun max(): Vec3
open fun max(obj: Vec3): Vec3
Link copied to clipboard
open fun min(): Vec3
open fun min(obj: Vec3): Vec3