menu
tremble package
documentation
physics/line.dart
Line
Line.new constructor
Line.new constructor
dark_mode
light_mode
Line
constructor
Line
(
Vec2
p1
,
Vec2
p2
)
Implementation
Line(Vec2 p1, this.p2) : super(p1);
tremble package
documentation
physics/line
Line
Line.new constructor
Line class