ndarray_cg 0.4.0

High-performance computer graphics mathematics library based on ndarray with vectors, matrices, and transformations
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

mod d2_test;
mod mat2x2_test;
mod mat2x2h_test;
mod mat3x3_test;
mod mat3x3h_test;
mod mat4x4_test;
mod quat_test;