gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
Quaternion.fromAxis
gfm
math
quaternion
Quaternion
Constructs a Quaternion from axis + angle.
struct
Quaternion
(T)
@
nogc
static pure nothrow
Quaternion
fromAxis
(
Vector
!(
T
, 3)
axis
,
T
angle
)
Meta
Source
See Implementation
gfm
math
quaternion
Quaternion
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.