filament-umbrella
Toggle table of contents
0.1.2-beta06
common
Target filter
common
Switch theme
Search in API
Skip to content
filament-umbrella
filament-utils
/
io.github.erkko68.filament.utils
/
inverse
inverse
fun
inverse
(
m
:
Mat3
)
:
Mat3
fun
inverse
(
m
:
Mat4
)
:
Mat4
Returns the inverse of
m
.
Return
the inverse matrix; undefined if
m
is singular
Parameters
m
the matrix to invert
fun
inverse
(
q
:
Quaternion
)
:
Quaternion