korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
korlibs.math.geom
/
MatrixTransform
/
Companion
Companion
object
Companion
Members
Properties
IDENTITY
Link copied to clipboard
val
IDENTITY
:
MatrixTransform
Functions
from
Matrix
Link copied to clipboard
fun
fromMatrix
(
matrix
:
Matrix
,
pivotX
:
Double
=
0.0
,
pivotY
:
Double
=
0.0
)
:
MatrixTransform
interpolated
Link copied to clipboard
fun
interpolated
(
l
:
MatrixTransform
,
r
:
MatrixTransform
,
ratio
:
Ratio
)
:
MatrixTransform
is
Almost
Equals
Link copied to clipboard
fun
isAlmostEquals
(
a
:
MatrixTransform
,
b
:
MatrixTransform
,
epsilon
:
Double
=
1.0E-6
)
:
Boolean