menu
rive package
documentation
math.dart
HitTester
cubic method
cubic method
dark_mode
light_mode
cubic
method
void
cubic
(
Vec2D
b
,
Vec2D
c
,
Vec2D
d
)
Implementation
void cubic(Vec2D b, Vec2D c, Vec2D d) { cubicTo(b.x, b.y, c.x, c.y, d.x, d.y); }
rive package
documentation
math
HitTester
cubic method
HitTester class