Documentation
Dlang.org
Matrix.inverse
graphene
matrix
Matrix
Inverts the given matrix.
class
Matrix
bool
inverse
(
out
graphene.matrix.Matrix
res
)
Parameters
res
graphene
.
matrix
.
Matrix
return location for the inverse matrix
Return Value
Type:
bool
true
if the matrix is invertible
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
Inverts the given matrix.