menu
three_dart package
documentation
three3d/math/line3.dart
Line3
clone method
clone method
dark_mode
light_mode
clone
method
Line3
clone
(
)
Implementation
Line3 clone() { return Line3(null, null).copy(this); }
three_dart package
documentation
three3d/math/line3
Line3
clone method
Line3 class