- 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.