armos ~master (2017-11-12T13:15:57Z)
Dub
Repo
Quaternion.matrix44
armos
math
quaternion
Quaternion
自身の回転行列(4x4)を返します.
struct
Quaternion
(T)
const
armos.math.Matrix
!(
E
, 4, 4)
matrix44
(
E
=
T
)
(
)
if
(
__traits(
isFloating
,
E
)
)
if
(
__traits(
isArithmetic
,
T
)
)
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
自身の回転行列(4x4)を返します.