menu
three_dart package
documentation
three3d/math/ray.dart
Ray
lookAt method
lookAt method
dark_mode
light_mode
lookAt
method
Ray
lookAt
(
Vector3
v
)
Implementation
Ray lookAt(Vector3 v) { direction.copy(v).sub(origin).normalize(); return this; }
three_dart package
documentation
three3d/math/ray
Ray
lookAt method
Ray class