mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 10:32:29 +00:00
chore(vector): reformat C3Vector
This commit is contained in:
parent
e401ad55b0
commit
eba3f5734a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class C3Vector {
|
||||||
C3Vector(float x, float y, float z)
|
C3Vector(float x, float y, float z)
|
||||||
: x(x)
|
: x(x)
|
||||||
, y(y)
|
, y(y)
|
||||||
, z(z){};
|
, z(z) {};
|
||||||
C3Vector& operator*=(float a);
|
C3Vector& operator*=(float a);
|
||||||
float SquaredMag() const;
|
float SquaredMag() const;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue