- opBinary
Vec4!T opBinary(Vec4!T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vec4!T opBinary(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
Vec4!T opBinaryRight(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
Vec4!U opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Vec4!T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
Vec4!T opOpAssign(Vec4!T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
Vec4!T opOpAssign(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
Vec4!T opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(T nx, T ny, T nz, T nw)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(Vec2!T nxy, Vec2!T nzw)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSdlRect
SDL_Rect toSdlRect()
Undocumented in source. Be warned that the author may not have intended to support it.