nalgebra/src/structs
Sébastien Crozet 70de340498 Remove the Iso * Vec overload and the ability to Transform a Vector with an Iso.
This is too error prone as the user has to remember if he is using a vector or a point.
Istead, to transform a vector with an Isometry, use the internal rotation matrix of the isometry:
`iso.rotation * vector` instead of `iso * vector`.

The `Rotation` trait can also be used.
2014-10-10 22:21:05 +02:00
..
spec Add points. 2014-10-10 11:45:20 +02:00
chol.rs Huge api change! 2013-10-06 18:07:17 +02:00
crout.rs Doc: fix some typos. 2014-01-19 15:49:32 +01:00
dmat.rs Update to the last rust. 2014-09-27 09:54:03 +02:00
dvec_macros.rs Add points. 2014-10-10 11:45:20 +02:00
dvec.rs Update to the last rust. 2014-09-27 09:54:03 +02:00
iso_macros.rs Remove the Iso * Vec overload and the ability to Transform a Vector with an Iso. 2014-10-10 22:21:05 +02:00
iso.rs Remove the Iso * Vec overload and the ability to Transform a Vector with an Iso. 2014-10-10 22:21:05 +02:00
lower_triangular.rs Change std::rand to rand in lower_triangular.rs 2014-03-13 19:35:01 -04:00
mat_macros.rs Add points. 2014-10-10 11:45:20 +02:00
mat.rs Add points. 2014-10-10 11:45:20 +02:00
metal.rs Give access to the traits required for generalized operator overloading. 2014-05-08 23:21:36 +02:00
mod.rs Documentation fixes. 2014-10-10 20:56:40 +02:00
pnt_macros.rs Documentation fixes. 2014-10-10 20:56:40 +02:00
pnt.rs Documentation fixes. 2014-10-10 20:56:40 +02:00
quat.rs Start implementation of quaternions. 2013-11-25 15:31:46 +01:00
rot_macros.rs Add points. 2014-10-10 11:45:20 +02:00
rot.rs Documentation fixes. 2014-10-10 20:56:40 +02:00
vec_macros.rs Documentation fixes. 2014-10-10 20:56:40 +02:00
vec.rs Documentation fixes. 2014-10-10 20:56:40 +02:00