pub fn look_to_quat(dir: DVec3, up: DVec3) -> DQuatExpand description
Returns a DQuat view rotation from direction and up.
Transforms left-handed world space points into left-handed Y-up view space.
ยงPanics
Will panic if dir or up are not normalized when glam_assert is enabled.