sily v3.0.0 (2023-10-17T16:22:24Z)
Dub
Repo
Matrix.rotationY
sily
matrix
Matrix
Constructs 3d rotation matrix from angle on Y axis
struct
Matrix
(T, size_t H, size_t W)
static
static if
(!(
isSquare && W == 2 && isFloatingPoint!T
))
static if
(!(
isSquare && W == 3 && isFloatingPoint!T
))
static if
(
isSquare && W == 4 && isFloatingPoint!T
)
MatType
rotationY
(
T
angle
)
if
(
isNumeric
!
T
&&
W
> 0
&&
H
> 0
)
Meta
Source
See Implementation
sily
matrix
Matrix
aliases
MatType
dataType
inverse
inversed
toArray
toGlArray
constructors
this
functions
adjoint
buffer
copyof
determinant
fixNegativeZero
glbuffer
invert
inverted
opBinary
opBinaryRight
opCast
opEquals
opOpAssign
opUnary
ptr
resize
scalarDivide
scalarMultiply
toHash
toString
toStringPretty
transpose
static functions
frustum
identity
lookAt
ortho
perspective
rotation
rotationX
rotationY
rotationZ
scale
shear
translation
variables
columns
data
isSquare
rows
size
Constructs 3d rotation matrix from angle on Y axis