dlsl v0.1.1 (2017-01-01T09:58:18Z)
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)
@
safe
pure nothrow static
static if
(
cols == rows
)
static if
(
cols >= 3
)
Matrix
rotation
(
real
angle
,
valueType
x
,
valueType
y
,
valueType
z
)
if
(
(
numCols
> 1
)
&&
(
numRows
> 1
)
)
Matrix
rotation
()
Meta
Source
See Implementation
dlsl
matrix
Matrix
aliases
cols
rows
toPrettyString
toString
valueType
vectorType
constructors
this
functions
clear
opBinary
opBinaryRight
opCast
opOpAssign
rotate
rotateX
rotateY
rotateZ
scale
translate
properties
asPrettyString
asString
identity
isIdentity
ptr
static functions
isCompatibleMatrixImpl
isCompatibleVectorImpl
rotation
rotationX
rotationY
rotationZ
scaling
translation
templates
isCompatibleMatrix
isCompatibleVector
variables
data
static construction of a rotation matrix angle and axis coordinates