Vector2

Undocumented in source.
  1. alias Vector2 = raylib.Vector2
  2. struct Vector2
    version(!Have_raylib_d)
    @safe
    struct Vector2 {}

Members

Mixins

__anonymous
mixin Linear
Undocumented in source.

Variables

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

Mixed In Members

From mixin Linear

zero
T zero()
Undocumented in source. Be warned that the author may not have intended to support it.
one
T one()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
T opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
T opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
T opOpAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
T opBinary(float rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
T opBinaryRight(float lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
T opOpAssign(float rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta