menu
rive package
documentation
math.dart
Mat2D
getTranslation static method
getTranslation static method
dark_mode
light_mode
getTranslation
static method
Vec2D
getTranslation
(
Mat2D
m
,
Vec2D
t
)
Implementation
static Vec2D getTranslation(Mat2D m, Vec2D t) { t.x = m[4]; t.y = m[5]; return t; }
rive package
documentation
math
Mat2D
getTranslation static method
Mat2D class