Mat3

class Mat3(val builder: GlslGenerator) : Matrix

Author

Colton Daily

Constructors

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

Functions

Link copied to clipboard
operator fun div(a: Mat3): Mat3
operator fun div(a: Vec3): Vec3
operator fun div(a: Float): Mat3
Link copied to clipboard
operator fun Mat3.get(i: Int): Vec3
Link copied to clipboard
operator fun minus(a: Mat3): Mat3
Link copied to clipboard
operator fun plus(a: Mat3): Mat3
Link copied to clipboard
operator fun times(a: Mat3): Mat3
operator fun times(a: Vec3): Vec3
operator fun times(a: Float): Mat3
Link copied to clipboard
operator fun unaryMinus(): Mat3

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