14#ifndef __TRANSFORM_H__
15#define __TRANSFORM_H__ 1
Represents a 2D vector with basic arithmetic operations.
Vec2 operator+(const Vec2 &other) const
Adds two Vec2 vectors.
Vec2 operator*(float scalar) const
Multiplies the vector by a scalar value.
float y
The x and y components of the vector.