//! A bunch of linear algebra that is shared between platform implementations
//! and used to compute and interpolate 3D transforms.
modgeometry;pubmodinter;modtransform;#[cfg(test)]modtests;pubusegeometry::{Point3D, Quaternion3D};pubusetransform::Transform3D;