Quaterni

Constructors

this
this(in E vals)
this
this(in Quaterni!T q)

Alias This

data

Members

Aliases

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

Functions

opMul
auto opMul(auto ref const(Quaterni!E) b)
rot
auto rot(auto ref const(Vector!(K, E)) 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, auto ref const(Vector!(K, E)) axis)

Variables

data
vectype data;

Meta