gfm ~master (2021-03-12T16:19:32Z)
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.