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