[DEV] the static function is not correctly set
This commit is contained in:
parent
a8cafb5969
commit
6ceb992e45
@ -205,10 +205,10 @@ namespace etk
|
|||||||
|
|
||||||
}
|
}
|
||||||
public:
|
public:
|
||||||
Matrix4 Perspective(float left, float right, float bottom, float top, float nearVal, float farVal);
|
static Matrix4 Perspective(float left, float right, float bottom, float top, float nearVal, float farVal);
|
||||||
Matrix4 Translate(etk::Vector3D<float> vect);
|
static Matrix4 Translate(etk::Vector3D<float> vect);
|
||||||
Matrix4 Scale(etk::Vector3D<float> vect);
|
static Matrix4 Scale(etk::Vector3D<float> vect);
|
||||||
Matrix4 Rotate(etk::Vector3D<float> vect, float angleRad=0.0);
|
static Matrix4 Rotate(etk::Vector3D<float> vect, float angleRad=0.0);
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* @brief Debug operator To display the curent element in a Human redeable information
|
* @brief Debug operator To display the curent element in a Human redeable information
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
#include <etk/types.h>
|
#include <etk/types.h>
|
||||||
#include <etk/Stream.h>
|
#include <etk/Stream.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
namespace etk
|
namespace etk
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user