ndarray_cg 0.4.0

High-performance computer graphics mathematics library based on ndarray with vectors, matrices, and transformations
Documentation
mod private
{

}

mod transformation;
mod general;

crate::mod_interface!
{

  own use transformation::
  {
    from_angle_x,
    from_angle_y,
    from_angle_z,
    from_axis_angle
  };

  own use general::
  {
    identity
  };

}