FooCAD
Toggle table of contents
3.0
jvm
Platform filter
jvm
Switch theme
Search in API
FooCAD
foocad-core
/
uk.co.nickthecoder.foocad.core.util
/
Matrix2d
/
Companion
Companion
object
Companion
Members
Properties
identity
Link copied to clipboard
val
identity
:
Matrix2d
Functions
flip
Link copied to clipboard
fun
flip
(
x
:
Boolean
,
y
:
Boolean
)
:
Matrix2d
mirror
Link copied to clipboard
fun
mirror
(
about
:
Vector2
)
:
Matrix2d
fun
mirror
(
x
:
Double
,
y
:
Double
)
:
Matrix2d
rotate
Link copied to clipboard
fun
rotate
(
radians
:
Double
)
:
Matrix2d
scale
Link copied to clipboard
fun
scale
(
vector2
:
Vector2
)
:
Matrix2d
fun
scale
(
xScale
:
Double
,
yScale
:
Double
)
:
Matrix2d
translate
Link copied to clipboard
fun
translate
(
delta
:
Vector2
)
:
Matrix2d
fun
translate
(
dx
:
Double
,
dy
:
Double
)
:
Matrix2d