Quat.fromAxisRot

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Quat!T fromAxisRot(AxisRot!T a)
  2. Quat!T fromAxisRot(Vec!(T, 3) axis, T angle)
    struct Quat(T)
    static const
    fromAxisRot
    (
    T
    )
    (
    Vec!(T, 3) axis
    ,)
  3. Quat!T fromAxisRot(T angle, Vec!(T, 3) axis)

Meta