menu
three_dart package
documentation
three3d/extras/curves/line_curve.dart
LineCurve
LineCurve.new constructor
LineCurve.new constructor
dark_mode
light_mode
LineCurve
constructor
LineCurve
(
Vector2
v1
,
Vector2
v2
)
Implementation
LineCurve(this.v1, this.v2) { type = 'LineCurve'; }
three_dart package
documentation
three3d/extras/curves/line_curve
LineCurve
LineCurve.new constructor
LineCurve class