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::
  {
    rot,
    translate,
    scale,
    shear,
    reflect_x,
    reflect_y,
    rot_around_point,
    scale_relative_to_point,
  };

}