Quaterni

Constructors

this
this(E vals)

Alias This

data

Members

Aliases

selftype
alias selftype = Quaterni!T
vectype
alias vectype = Vector!(4, T)

Functions

opMul
auto opMul(Quaterni!E b)
rot
auto rot(Vector!(K, E) b)

Mixins

__anonymous
mixin accessByString!(4, T, "data.data", "i j k a")
Undocumented in source.

Properties

con
auto con [@property getter]
inv
auto inv [@property getter]
len2
auto len2 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mag
T mag [@property getter]
norm
T norm [@property getter]

Static functions

fromAngle
selftype fromAngle(T alpha, Vector!(K, E) axis)

Variables

data
vectype data;

Meta