Added Matrix4::Identity(), Added Lerp (scalar.h)
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
namespace kraken {
|
||||
|
||||
float SmoothStep(float a, float b, float t);
|
||||
float Lerp(float a, float b, float t);
|
||||
|
||||
}; // namespace kraken
|
||||
|
||||
|
||||
Reference in New Issue
Block a user