perspective projection in vecmat3 and tX test program

This commit is contained in:
2023-04-08 17:31:06 +02:00
parent 2922330c80
commit c24efe43a1
8 changed files with 386 additions and 8 deletions

2
mat.h
View File

@@ -497,7 +497,7 @@ NRMat<T>::NRMat(const T &a, const int n, const int m, const GPUID loc) : nn(n),
/***************************************************************************//**
* inline constructor creating vector from an array
* inline constructor creating matrix from an array
******************************************************************************/