cgmath/test/test_mat.rs

16 lines
106 B
Rust
Raw Normal View History

2012-09-07 10:48:47 +00:00
// TODO
#[test]
fn test_mat2() {
}
#[test]
fn test_mat3() {
}
#[test]
fn test_mat4() {
}