littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator.type.mat
Package-level
declarations
Types
Functions
Types
Mat2
Link copied to clipboard
class
Mat2
(
val
builder
:
GlslGenerator
)
:
Matrix
Mat3
Link copied to clipboard
class
Mat3
(
val
builder
:
GlslGenerator
)
:
Matrix
Mat4
Link copied to clipboard
class
Mat4
(
val
builder
:
GlslGenerator
)
:
Matrix
Mat4Array
Link copied to clipboard
class
Mat4Array
(
val
builder
:
GlslGenerator
)
:
Matrix
Matrix
Column
Delegate
Link copied to clipboard
class
MatrixColumnDelegate
<
T
:
Variable
>
(
index
:
Int
,
factory
:
(
builder
:
GlslGenerator
)
->
T
)
Functions
div
Link copied to clipboard
operator
fun
Float
.
div
(
a
:
Mat2
)
:
Mat2
operator
fun
Float
.
div
(
a
:
Mat3
)
:
Mat3
operator
fun
Float
.
div
(
a
:
Mat4
)
:
Mat4
times
Link copied to clipboard
operator
fun
Float
.
times
(
a
:
Mat2
)
:
Mat2
operator
fun
Float
.
times
(
a
:
Mat3
)
:
Mat3
operator
fun
Float
.
times
(
a
:
Mat4
)
:
Mat4