Quaterni

Constructors

this
this(E vals)

Alias This

vec

Members

Aliases

selftype
alias selftype = Quaterni!T
vectype
alias vectype = Vector!(4, T, "i j k a")

Functions

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

Properties

con
auto con [@property getter]
inv
auto inv [@property getter]
mag
T mag [@property getter]
norm
T norm [@property getter]

Static functions

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

Variables

vec
vectype vec;

Meta