liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
Quaternion.opCast
liberty
math
quaternion
Quaternion
Converts a to a 4x4 rotation matrix.
U
opCast
()
U
opCast
()
struct
Quaternion
(T)
pure nothrow const @
safe
@
nogc
U
opCast
(
U
)
(
)
if
(
isMatrixInstance
!
U
&&
is
(
U.type
:
type
)
&&
(
U.rowCount
== 4
)
&&
(
U.columnCount
== 4
)
)
Meta
Source
See Implementation
liberty
math
quaternion
Quaternion
aliases
type
constructors
this
functions
inverse
inversed
normalize
normalized
opAssign
opBinary
opCast
opEquals
opOpAssign
toEulerAngles
toString
static functions
fromAxis
fromEulerAngles
identity
unions
__anonymous
Converts a to a 4x4 rotation matrix.