gfm v5.0.0 (2016-02-01T09:03:58Z)
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.