gtk-d ~gtk4 (2021-12-20T08:37:41.4817885)
Dub
Repo
Matrix.skewYz
graphene
Matrix
Matrix
Adds a skew of @factor on the Y and Z axis to the given matrix.
class
Matrix
void
skewYz
(
float
factor
)
Parameters
factor
float
skew factor
Meta
Since
1.0
Source
See Implementation
graphene
Matrix
Matrix
constructors
this
destructors
~this
functions
decompose
determinant
equal
equalFast
free
getMatrixStruct
getRow
getStruct
getValue
getXScale
getXTranslation
getYScale
getYTranslation
getZScale
getZTranslation
initFrom2d
initFromFloat
initFromMatrix
initFromVec4
initFrustum
initIdentity
initLookAt
initOrtho
initPerspective
initRotate
initScale
initSkew
initTranslate
interpolate
inverse
is2d
isBackfaceVisible
isIdentity
isSingular
multiply
near
normalize
perspective
print
projectPoint
projectRect
projectRectBounds
rotate
rotateEuler
rotateQuaternion
rotateX
rotateY
rotateZ
scale
skewXy
skewXz
skewYz
to2d
toFloat
transformBounds
transformBox
transformPoint
transformPoint3d
transformRay
transformRect
transformSphere
transformVec3
transformVec4
translate
transpose
unprojectPoint3d
untransformBounds
untransformPoint
static functions
getType
variables
graphene_matrix
ownedRef
Adds a skew of @factor on the Y and Z axis to the given matrix.