arctk 0.9.15

Physics simulation library and binaries.
Documentation
//! Three-dimensional Euclidean geometry.

pub mod dom;
pub mod properties;
pub mod rt;
pub mod shape;

pub use self::{dom::*, properties::*, rt::*, shape::*};