dlsl ~master (2017-12-21T19:48:41Z)
Dub
Repo
Matrix.rotation
dlsl
matrix
Matrix
static construction of a rotation matrix angle and axis coordinates
Matrix
rotation
(
real
angle
)
Matrix
rotation
(
real
angle
,
Vector
!(
valueType
,
3
)
axis
)
Matrix
rotation
(
real
angle
,
valueType
x
,
valueType
y
,
valueType
z
)
struct
Matrix
(type, int numCols, int numRows)
static
Matrix
rotation
(
real
angle
,
valueType
x
,
valueType
y
,
valueType
z
)
if
(
(
numCols
> 1
)
&&
(
numRows
> 1
)
)
Matrix
rotation
()
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
static construction of a rotation matrix angle and axis coordinates