sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Quaternion.opIndex
sbylib
math
quaternion
Quaternion
Indexing operation.
T
opIndex
(size_t i)
struct
Quaternion
(T)
const
T
opIndex
(
size_t
i
)
if
(
__traits(
isArithmetic
,
T
)
)
T
opIndex
(size_t i)
Return Value
Type:
T
i-th element of this quaternion
Meta
Source
See Implementation
sbylib
math
quaternion
Quaternion
constructors
this
functions
array
axis
baseX
baseY
baseZ
opBinary
opBinaryRight
opIndex
opOpAssign
opUnary
toString
static functions
axisAngle
rotFromTo
variables
w
x
y
z
Indexing operation.