Bivector2

Undocumented in source.
pragma(inline, true)
struct Bivector2 {}

Alias This

xy

Members

Mixins

__anonymous
mixin Linear
Undocumented in source.

Variables

xy
float xy;
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
Rotor3 opBinary(Rotor3 q)

Returns a rotor equivalent to first apply p, then apply q

opBinary
Vector3 opBinary(Vector3 v)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Vector3 opBinaryRight(Vector3 v)
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.
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.

Meta