AbstractVec4

Undocumented in source.

Constructors

this
this(AbstractVec4!V base)
Undocumented in source.
this
this(T x, T y, T z, T w)
Undocumented in source.

Members

Functions

a
inout(T) a()
Undocumented in source. Be warned that the author may not have intended to support it.
b
inout(T) b()
Undocumented in source. Be warned that the author may not have intended to support it.
eq
bool eq(AbstractVec4!T other, T eps)
Undocumented in source. Be warned that the author may not have intended to support it.
g
inout(T) g()
Undocumented in source. Be warned that the author may not have intended to support it.
magnitude
T magnitude()
Undocumented in source. Be warned that the author may not have intended to support it.
magnitudeSq
T magnitudeSq()
Undocumented in source. Be warned that the author may not have intended to support it.
normalize
AbstractVec4!T normalize()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(const(AbstractVec4!R) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(const(R) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
AbstractVec2!T opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
AbstractVec3!T opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
AbstractVec4!T opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
auto opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
r
inout(T) r()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

w
T w;
Undocumented in source.
x
T x;
Undocumented in source.
y
T y;
Undocumented in source.
z
T z;
Undocumented in source.

Meta