forked from M-Labs/nalgebra
8634b9037d
Before, the `look_at` method aligned the `z` axis with the look_at direction. This will be problematic in the future if we want to generalize that on n-dimension (the z axis could not axis at all when n < 3). Now, the `look_at` method aligns the `x` axis with the look_at direction. Thus we have a chance for it to be generalizable on n-dimension, `n >= 1`. |
||
---|---|---|
.. | ||
adaptors | ||
tests | ||
traits | ||
dmat.rs | ||
dvec.rs | ||
mat_macros.rs | ||
mat_spec.rs | ||
mat.rs | ||
nalgebra.rc | ||
types.rs | ||
vec0_spec.rs | ||
vec_macros.rs | ||
vec_spec.rs | ||
vec.rs |