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 rotation;
mod transformation;
mod general;

crate::mod_interface!
{
  // own use rotation::
  // {
  //   Rotation2
  // };

  own use transformation::
  {
    rot,
    scale,
    shear,
    reflect_x,
    reflect_y,
  };

}