Mat2

class Mat2(val builder: GlslGenerator) : Matrix

Author

Colton Daily

Constructors

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

Functions

Link copied to clipboard
operator fun div(a: Mat2): Mat2
operator fun div(a: Vec2): Vec2
operator fun div(a: Float): Mat2
Link copied to clipboard
operator fun get(i: Int): Vec2
Link copied to clipboard
operator fun minus(a: Mat2): Mat2
Link copied to clipboard
operator fun plus(a: Mat2): Mat2
Link copied to clipboard
operator fun set(i: Int, value: Vec2): Vec2
Link copied to clipboard
operator fun times(a: Mat2): Mat2
operator fun times(a: Vec2): Vec2
operator fun times(a: Float): Mat2
Link copied to clipboard
operator fun unaryMinus(): Mat2

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