Struct Vector2

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