TranslationMatrix() is not static
This commit is contained in:
parent
9b6b6a20b7
commit
a3d51f7cf3
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ typedef Matrix<4> Matrix4;
|
|||
* Create a translation matrix that will translate a vector to the given
|
||||
* coordinates.
|
||||
*/
|
||||
static Matrix4 TranslationMatrix(const Double& x, const Double& y, const Double& z);
|
||||
Matrix4 TranslationMatrix(const Double& x, const Double& y, const Double& z);
|
||||
|
||||
#pragma mark Static Methods
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue