Struct Vector2¶ Defined in File schemas.hpp Struct Documentation¶ struct Vector2¶ A vector in 2D space that represents a direction only. Public Members double x = 0¶ x coordinate length double y = 0¶ y coordinate length