nalgebra/src
Sébastien Crozet 8634b9037d Changed the semantic of the look_at method.
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`.
2013-07-23 12:12:03 +02:00
..
adaptors Changed the semantic of the look_at method. 2013-07-23 12:12:03 +02:00
tests Fixed transposition. 2013-07-23 11:15:20 +02:00
traits Add traits MatCast and VecCast. 2013-07-22 23:42:35 +02:00
dmat.rs Removed occurences of copy/Copy + improved api. 2013-07-20 15:07:49 +02:00
dvec.rs Removed occurences of copy/Copy + improved api. 2013-07-20 15:07:49 +02:00
mat_macros.rs Fixed transposition. 2013-07-23 11:15:20 +02:00
mat_spec.rs Removed occurences of copy/Copy + improved api. 2013-07-20 15:07:49 +02:00
mat.rs Add traits MatCast and VecCast. 2013-07-22 23:42:35 +02:00
nalgebra.rc Add traits MatCast and VecCast. 2013-07-22 23:42:35 +02:00
types.rs Add type aliases. 2013-07-22 13:44:08 +02:00
vec0_spec.rs Add implementation of Vec0. 2013-07-20 16:32:39 +02:00
vec_macros.rs Add traits MatCast and VecCast. 2013-07-22 23:42:35 +02:00
vec_spec.rs Add sphere sampling implementation for Vec3<f64>. 2013-07-22 12:32:42 +02:00
vec.rs Add traits MatCast and VecCast. 2013-07-22 23:42:35 +02:00