menu
infinity_model package
documentation
models/figure/line_3d.dart
Line3D
Line3D.new constructor
Line3D.new constructor
dark_mode
light_mode
Line3D
constructor
Line3D
(
Vector3
a
,
Vector3
b
, {
double
?
width
,
Color
?
color
,
})
Creates a new line.
Implementation
Line3D(this.a, this.b, {this.width, this.color});
infinity_model package
documentation
models/figure/line_3d
Line3D
Line3D.new constructor
Line3D class