openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-kartifex
/
org.openrndr.kartifex
/
Matrix4
/
Companion
Companion
object
Companion
(
source
)
Members
Properties
IDENTITY
Link copied to clipboard
val
IDENTITY
:
Matrix4
Functions
from
Link copied to clipboard
fun
from
(
a
:
Vec3
,
b
:
Vec3
,
c
:
Vec3
)
:
Matrix4
fun
from
(
a
:
Vec4
,
b
:
Vec4
,
c
:
Vec4
,
d
:
Vec4
)
:
Matrix4
mul
Link copied to clipboard
fun
mul
(
vararg
matrices
:
Matrix4
)
:
Matrix4
rotate
X
Link copied to clipboard
fun
rotateX
(
radians
:
Double
)
:
Matrix4
rotate
Y
Link copied to clipboard
fun
rotateY
(
radians
:
Double
)
:
Matrix4
rotate
Z
Link copied to clipboard
fun
rotateZ
(
radians
:
Double
)
:
Matrix4
scale
Link copied to clipboard
fun
scale
(
k
:
Double
)
:
Matrix4
fun
scale
(
v
:
Vec3
)
:
Matrix4
fun
scale
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
:
Matrix4
translate
Link copied to clipboard
fun
translate
(
v
:
Vec3
)
:
Matrix4
fun
translate
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
:
Matrix4