armos v0.2.1 (2017-07-28T07:17:22Z)
Dub
Repo
Quaternion.angleAxis
armos
math
quaternion
Quaternion
指定した軸で自身を回転させます.
struct
Quaternion
(T)
static
Q
angleAxis
()
(
T
ang
,
V3
axis
)
if
(
__traits(
isFloating
,
T
)
)
if
(
__traits(
isArithmetic
,
T
)
)
Parameters
ang
T
回転角
axis
V3
回転軸
Meta
Source
See Implementation
armos
math
quaternion
Quaternion
aliases
Q
V3
V4
constructors
this
functions
conjugate
inverse
matrix33
matrix44
norm
normalized
opAdd
opCast
opDiv
opIndex
opMul
opNeg
productAngle
rotatedVector
rotatedVectorInversely
static functions
angleAxis
unit
zero
variables
vec
指定した軸で自身を回転させます.