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