pub fn look_to_mat3a(dir: Vec3, up: Vec3) -> Mat3AExpand description
Returns a Mat3A view rotation (no translation) 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.