liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Matrix.fromColumns
liberty
math
matrix
Matrix
Construct a matrix from columns.
struct
Matrix
(T, ubyte R, ubyte C = R)
static
Matrix
fromColumns
(
ColumnType
[]
columns
)
if
(
R
>= 2 &&
R
<= 4
&&
C
>= 2
&&
C
<= 4
)
Examples
// todo
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
Construct a matrix from columns.