menu
three_dart package
documentation
three3d/extras/curves/line_curve.dart
LineCurve3
LineCurve3 constructor
LineCurve3 constructor
dark_mode
light_mode
LineCurve3
constructor
LineCurve3
(
Vector3
vec1
,
Vector3
vec2
)
Implementation
LineCurve3(this.vec1, this.vec2) { isLineCurve = true; type = 'LineCurve3'; }
three_dart package
documentation
three3d/extras/curves/line_curve
LineCurve3
LineCurve3 constructor
LineCurve3 class