vec2

Undocumented in source.

Constructors

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

Members

Functions

dot
float dot(vec2 other)
Undocumented in source. Be warned that the author may not have intended to support it.
length
float length()
Undocumented in source. Be warned that the author may not have intended to support it.
lengthSq
float lengthSq()
Undocumented in source. Be warned that the author may not have intended to support it.
normalize
void normalize()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
vec2 opBinary(float scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
vec2 opBinary(vec2 other)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
vec2 opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

zero
vec2 zero;
Undocumented in source.

Variables

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

Meta