mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 10:32:29 +00:00
feat(vector): add C3Vector::Normalize
This commit is contained in:
parent
e38af58adb
commit
4278157faf
3 changed files with 23 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ class C3Vector {
|
|||
, z(z) {};
|
||||
C3Vector& operator*=(float a);
|
||||
float Mag() const;
|
||||
void Normalize();
|
||||
float SquaredMag() const;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue