Vec3

class Vec3 : Struct

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun __assign(_i: Int, _bb: ByteBuffer): Vec3
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 createVec3(builder: FlatBufferBuilder, x: Float, y: Float, z: Float): Int
Link copied to clipboard
open fun x(): Float
Link copied to clipboard
open fun y(): Float
Link copied to clipboard
open fun z(): Float