dlsl ~master (2017-12-21T19:48:41Z)
Dub
Repo
Matrix.rotate
dlsl
matrix
Matrix
rotate an existing matrix with an angle around an axis
Matrix
rotate
(
real
angle
)
Matrix
rotate
(
real
angle
,
Vector
!(
valueType
,
3
)
axis
)
struct
Matrix
(type, int numCols, int numRows)
Matrix
rotate
(
real
angle
,
Vector
!(
valueType
, 3)
axis
)
if
(
(
numCols
> 1
)
&&
(
numRows
> 1
)
)
Matrix
rotate
(
real
angle
,
valueType
x
,
valueType
y
,
valueType
z
)
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
rotate an existing matrix with an angle around an axis