menu
openworld package
documentation
three_dart/three3d/math/index.dart
Ray
copy method
copy method
dark_mode
light_mode
copy
method
Ray
copy
(
Ray
ray
)
Implementation
Ray copy(Ray ray) { origin.copy(ray.origin); direction.copy(ray.direction); return this; }
openworld package
documentation
three_dart/three3d/math/index
Ray
copy method
Ray class