Rotor3

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Constructors

this
this(float _a, Bivector3 _b)
Undocumented in source.
this
this(float _a, float _xy, float _yz, float _zx)
Undocumented in source.

Members

Aliases

i
alias i = yz
Undocumented in source.
j
alias j = zx
Undocumented in source.
k
alias k = xy
Undocumented in source.

Mixins

__anonymous
mixin Linear
Undocumented in source.

Properties

b
Bivector3 b [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
b
Bivector3 b [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

a
float a;
Undocumented in source.
xy
float xy;
Undocumented in source.
yz
float yz;
Undocumented in source.
zx
float zx;
Undocumented in source.

Meta