nalgebra/src/structs
Sébastien Crozet 58000e4838 Implement AsRef, AsMut, From for vectors and matrices.
This allows pointer conversion between arrays and vectors or matrices.
Those implementations replace the `.as_array()` and `.as_array_mut()` method.
2015-11-15 21:38:28 +01:00
..
spec Remove implementations of Rotation, Translation and Transformation for the Identity type. 2015-07-07 22:40:14 +02:00
dmat.rs Removed unused import. 2015-09-13 23:53:28 +02:00
dvec_macros.rs Remove all deprecated functions/traits. 2015-04-18 14:58:38 +02:00
dvec.rs Use the Zero and One traits from the num crate. 2015-04-18 14:38:34 +02:00
iso_macros.rs Remove Neg from BaseNum 2015-04-03 18:59:18 -04:00
iso.rs Fixed issue #154 https://github.com/sebcrozet/nalgebra/issues/154 2015-09-15 19:47:27 +02:00
mat_macros.rs Implement AsRef, AsMut, From for vectors and matrices. 2015-11-15 21:38:28 +01:00
mat.rs Implement AsRef, AsMut, From for vectors and matrices. 2015-11-15 21:38:28 +01:00
mod.rs Replace the double dispatch trick by multidispatch! 2014-11-26 14:23:30 +01:00
ortho.rs Remove use of num::cast 2015-04-02 04:53:55 -04:00
persp.rs Silence warnings and replace Show by Debug. 2015-02-01 16:15:55 +01:00
pnt_macros.rs Implement Arbitrary for (almost) all types 2015-01-10 01:36:13 +01:00
pnt.rs Implement AsRef, AsMut, From for vectors and matrices. 2015-11-15 21:38:28 +01:00
quat.rs Implement AsRef, AsMut, From for vectors and matrices. 2015-11-15 21:38:28 +01:00
rot_macros.rs Rollup of minor beaking changes. 2015-05-25 14:47:14 +02:00
rot.rs Fixed issue #154 https://github.com/sebcrozet/nalgebra/issues/154 2015-09-15 19:47:27 +02:00
vec_macros.rs Implement AsRef, AsMut, From for vectors and matrices. 2015-11-15 21:38:28 +01:00
vec.rs Implement AsRef, AsMut, From for vectors and matrices. 2015-11-15 21:38:28 +01:00