Mat4x3

class Mat4x3 : Struct

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun __assign(_i: Int, _bb: ByteBuffer): Mat4x3
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 c0(): Vec4
open fun c0(obj: Vec4): Vec4
Link copied to clipboard
open fun c1(): Vec4
open fun c1(obj: Vec4): Vec4
Link copied to clipboard
open fun c2(): Vec4
open fun c2(obj: Vec4): Vec4
Link copied to clipboard
open fun createMat4x3(builder: FlatBufferBuilder, c0_x: Float, c0_y: Float, c0_z: Float, c0_w: Float, c1_x: Float, c1_y: Float, c1_z: Float, c1_w: Float, c2_x: Float, c2_y: Float, c2_z: Float, c2_w: Float): Int