liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Matrix.ptr
liberty
math
matrix
Matrix
Returns a pointer to content.
struct
Matrix
(T, ubyte R, ubyte C = R)
inout
inout
(
T
)*
ptr
(
)
if
(
R
>= 2 &&
R
<= 4
&&
C
>= 2
&&
C
<= 4
)
Meta
Source
See Implementation
liberty
math
matrix
Matrix
aliases
ColumnType
RowType
rotateXAxix
rotateYAxis
rotateZAxis
type
constructors
this
functions
column
inverse
opBinary
opCast
opEquals
opOpAssign
opUnary
ptr
rotate
rotateX
rotateY
rotateZ
setScale
setTranslation
transposed
manifest constants
columnCount
order
rowCount
static functions
camera
constant
diag
fromColumns
fromRows
identity
lookAt
perspective
rotateAxis
rotation
scaling
transformation
translation
unions
__anonymous
variables
isSquare
Returns a pointer to content.