menu
three_dart package
documentation
three3d/math/ray.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; }
three_dart package
documentation
three3d/math/ray
Ray
copy method
Ray class