Math v0.0.1
vector.hpp File Reference

Common vector functions. More...

Detailed Description

Common vector functions.

Vector is a mathematical concept used to represent points, positions, directions, velocities, sizes, colors, and forces in 2D and 3D space. For example, a 3D vector might represent an object's position relative to the origin or a direction of motion. Vectors are essential for operations like transformations, lighting, and physics calculations.