menu
openworld package
documentation
three_dart/three3d/math/index.dart
Line3
set method
set method
dark_mode
light_mode
set
method
Line3
set
(
Vector3
start
,
Vector3
end
)
Implementation
Line3 set(Vector3 start, Vector3 end) { this.start.copy(start); this.end.copy(end); return this; }
openworld package
documentation
three_dart/three3d/math/index
Line3
set method
Line3 class