gfm v1.3.6 (2014-11-02T12:42:52Z)
Home
Dub
Repo
Quaternion.fromAxis
gfm
math
quaternion
Quaternion
Constructs a Quaternion from axis + angle.
struct
Quaternion
(T)
static pure nothrow @
nogc
Quaternion
fromAxis
(
Vector
!(
T
, 3u)
axis
,
T
angle
)
Meta
Source
See Implementation
gfm
math
quaternion
Quaternion
aliases
IDENTITY
constructors
this
functions
inverse
inversed
normalize
normalized
opAssign
opBinary
opCast
opEquals
opOpAssign
toEulerAngles
toString
static functions
fromAxis
fromEulerAngles
identity
unions
__anonymous
Constructs a Quaternion from axis + angle.