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