@@ -23,6 +23,9 @@ public:
Vec3f operator / (float value);
bool operator ==(const Vec3f &other);
bool operator !=(const Vec3f &other);
Vec3f cross(const Vec3f &other);
};
class Vec2f
The note is not visible to the blocked user.