openrndr
Toggle table of contents
0.4.5-dev.1+4127b36
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-kartifex
/
org.openrndr.kartifex
/
Matrix3
/
Companion
Companion
object
Companion
(
source
)
Members
Properties
IDENTITY
Link copied to clipboard
val
IDENTITY
:
Matrix3
Functions
from
Link copied to clipboard
fun
from
(
a
:
Vec2
,
b
:
Vec2
)
:
Matrix3
fun
from
(
a
:
Vec3
,
b
:
Vec3
)
:
Matrix3
fun
from
(
a
:
Vec3
,
b
:
Vec3
,
c
:
Vec3
)
:
Matrix3
mul
Link copied to clipboard
fun
mul
(
vararg
matrices
:
Matrix3
)
:
Matrix3
scale
Link copied to clipboard
fun
scale
(
k
:
Double
)
:
Matrix3
fun
scale
(
v
:
Vec2
)
:
Matrix3
fun
scale
(
x
:
Double
,
y
:
Double
)
:
Matrix3
translate
Link copied to clipboard
fun
translate
(
v
:
Vec2
)
:
Matrix3
fun
translate
(
x
:
Double
,
y
:
Double
)
:
Matrix3