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