mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
coding standard
This commit is contained in:
parent
0b4516e09b
commit
48facce85f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
class Vec3 : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public slots:
|
||||
public slots:
|
||||
glm::vec3 cross(const glm::vec3& v1, const glm::vec3& v2);
|
||||
float dot(const glm::vec3& v1, const glm::vec3& v2);
|
||||
glm::vec3 multiply(const glm::vec3& v1, float f);
|
||||
|
|
Loading…
Reference in a new issue