Reexport more nalgebra types and traits.

This commit is contained in:
sebcrozet 2018-09-23 14:45:53 +02:00 committed by Sébastien Crozet
parent 975e0a8b6b
commit 9e4087d466
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ pub use ext::{
};
pub use na::{convert, convert_ref, convert_unchecked, convert_ref_unchecked, try_convert, try_convert_ref};
pub use na::{Scalar, Real, DefaultAllocator, U1, U2, U3, U4};
mod aliases;
mod constructors;