nalgebra/src
Sébastien Crozet 6f81fc6d5c Add Absolute, Col, Mat, AbsoluteRotate traits.
Traits like `AbsoluteRotate` and `RotationWithTranslation` have been moved to a `comp` folder
containing any trait providing operations which are combination of several traits.
2013-09-13 10:26:19 +02:00
..
adaptors Add Absolute, Col, Mat, AbsoluteRotate traits. 2013-09-13 10:26:19 +02:00
tests Add a Dot and a Norm trait for vectors having a dot product and a norm. 2013-09-08 18:20:06 +02:00
traits Add Absolute, Col, Mat, AbsoluteRotate traits. 2013-09-13 10:26:19 +02:00
dmat.rs Add nrow(), ncols() methods for DMat, and Container impl. for DVec. 2013-09-08 17:19:50 +02:00
dvec.rs Replace std::iterator by std::iter. 2013-09-09 11:19:54 +02:00
identity_spec.rs Add methods to set the translation/rotation/transformation directly. 2013-09-06 08:48:08 +02:00
lib.rs Add Absolute, Col, Mat, AbsoluteRotate traits. 2013-09-13 10:26:19 +02:00
mat_macros.rs Add Absolute, Col, Mat, AbsoluteRotate traits. 2013-09-13 10:26:19 +02:00
mat_spec.rs Add Absolute, Col, Mat, AbsoluteRotate traits. 2013-09-13 10:26:19 +02:00
mat.rs Add Absolute, Col, Mat, AbsoluteRotate traits. 2013-09-13 10:26:19 +02:00
types.rs Swap the type parameters of Transform. 2013-09-06 15:22:14 +02:00
vec0_spec.rs Replace std::iterator by std::iter. 2013-09-09 11:19:54 +02:00
vec_macros.rs Add a Dot and a Norm trait for vectors having a dot product and a norm. 2013-09-08 18:20:06 +02:00
vec_spec.rs Add Absolute, Col, Mat, AbsoluteRotate traits. 2013-09-13 10:26:19 +02:00
vec.rs Replace std::iterator by std::iter. 2013-09-09 11:19:54 +02:00