menu
geometry_kit
geometry_kit.dart
Line
Line.new const constructor
Line.new
dark_mode
light_mode
Line
constructor
const
Line
(
Point
a
,
Point
b
)
Creates a line segment from point
a
to point
b
.
Implementation
const Line(this.a, this.b);
geometry_kit
geometry_kit
Line
Line.new const constructor
Line class