liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Quaternion.opCast
liberty
math
quaternion
Quaternion
Converts a to a 4x4 rotation matrix.
U
opCast
()
U
opCast
()
struct
Quaternion
(T)
const
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
mul
normalize
normalized
opAssign
opBinary
opCast
opEquals
opOpAssign
toEulerAngles
toString
static functions
fromAxis
fromEulerAngles
identity
unions
__anonymous
Converts a to a 4x4 rotation matrix.