dlsl ~master (2017-12-21T19:48:41Z)
Dub
Repo
Matrix.asPrettyString
dlsl
matrix
Matrix
Returns the current matrix as pretty formatted string. TODO : Check This
struct
Matrix
(type, int numCols, int numRows)
@
property
string
asPrettyString
(
)
if
(
(
numCols
> 1
)
&&
(
numRows
> 1
)
)
Meta
Source
See Implementation
dlsl
matrix
Matrix
constructors
this
functions
clear
opBinary
opBinaryRight
rotate
rotateX
rotateY
rotateZ
scale
translate
properties
asPrettyString
asString
identity
isIdentity
ptr
static functions
rotation
rotationX
rotationY
rotationZ
scaling
translation
variables
data
Returns the current matrix as pretty formatted string. TODO : Check This