Mat4

class Mat4(val builder: GlslGenerator) : Matrix

Author

Colton Daily

Constructors

Link copied to clipboard
fun Mat4(builder: GlslGenerator, value: String)
Link copied to clipboard
fun Mat4(builder: GlslGenerator)

Functions

Link copied to clipboard
operator fun div(a: Mat4): Mat4
operator fun div(a: Vec4): Vec4
operator fun div(a: Float): Mat4
Link copied to clipboard
operator fun get(i: Int): Vec4
Link copied to clipboard
operator fun minus(a: Mat4): Mat4
Link copied to clipboard
operator fun plus(a: Mat4): Mat4
Link copied to clipboard
operator fun times(a: Mat4): Mat4
operator fun times(a: Vec4): Vec4
operator fun times(a: Float): Mat4
Link copied to clipboard
operator fun unaryMinus(): Mat4

Properties

Link copied to clipboard
open override val builder: GlslGenerator
Link copied to clipboard
open override val typeName: String
Link copied to clipboard
open override var value: String? = null