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
Constructors
new
Properties
hashCode
runtimeType
Methods
addRect
close
cubic
cubicTo
line
lineTo
move
moveTo
noSuchMethod
test
toString
Operators
operator ==