ndarray_cg 0.4.0

High-performance computer graphics mathematics library based on ndarray with vectors, matrices, and transformations
Documentation
mod private
{
  // use crate::*;
  // use std::fmt;

}

mod transformation;

crate::mod_interface!
{

  own use transformation::
  {
    // Decomposed,
    orthographic_rh,
    orthographic_rh_gl,
    perspective_rh,
    perspective_rh_gl,
    look_to_rh,
    look_at_rh,
    rot,
    scale,
    translation,
  };

}