Documentation for Matrix4 + Check for affine

Former-commit-id: 9ddb4e85f860b12d06afaa2d32139bea4053eb66
This commit is contained in:
Gawaboumga 2015-12-30 15:32:09 +01:00
parent fa48b750ae
commit f131fd2121
2 changed files with 916 additions and 237 deletions

View File

@ -96,8 +96,8 @@ namespace Nz
Matrix4& Transpose(); Matrix4& Transpose();
operator T*(); operator T* ();
operator const T*() const; operator const T* () const;
T& operator()(unsigned int x, unsigned int y); T& operator()(unsigned int x, unsigned int y);
T operator()(unsigned int x, unsigned int y) const; T operator()(unsigned int x, unsigned int y) const;

File diff suppressed because it is too large Load Diff