nalgebra/src
Sébastien Crozet c13b0388ef Remove implementations of Rotation, Translation and Transformation for the Identity type.
Because most of their methods did not make sence for the (constant) identity matrix, they were set
to `panic!` at runtime whenever the user tried to use them. Instead, it is much safer to completely
forbid their use by removing the related trait implementation.

See sebcrozet/ncollide#87.
2015-07-07 22:40:14 +02:00
..
linalg Fix a number of warnings 2015-02-21 15:07:50 +01:00
macros fixes compiling on alpha 1.0 2015-01-09 21:55:15 +01:00
structs Remove implementations of Rotation, Translation and Transformation for the Identity type. 2015-07-07 22:40:14 +02:00
traits Add the RotationTo trait to compute the delta rotation between two elements. 2015-06-01 22:39:27 +02:00
lib.rs Fix the README examples. 2015-06-06 14:28:34 +02:00