Vec2

2D Vector structure with x and y coordinates

Constructors

this
this(float x, float y)

Constructor for Vec2

Members

Static functions

zero
Vec2 zero()

Creates a zero vector

Variables

x
float x;
y
float y;
Undocumented in source.

Meta