Vec2

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Constructors

this
this(float x, float y)
Undocumented in source.

Members

Static functions

zero
Vec2 zero()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

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

Meta