Documentation
Dlang.org
Matrix.skewXz
graphene
matrix
Matrix
Adds a skew of factor on the X and Z axis to the given matrix.
class
Matrix
void
skewXz
(
float
factor
)
Parameters
factor
float
skew factor
graphene
matrix
Matrix
functions
decompose
determinant
equal
equalFast
getRow
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
alloc
Adds a skew of factor on the X and Z axis to the given matrix.