VectorMatrixInverse

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

VectorMatrixInverse

(
    FMatrix* DstMatrix,
    const FMatrix* SrcMatrix
)

Calculate the inverse of an FMatrix.

Public function

void

 

VectorMatrixInverse

(
    void* DstMatrix,
    const void* SrcMatrix
)

Calculate the inverse of an FMatrix.

Public function

void

 

VectorMatrixInverse

(
    void* DstMatrix,
    const void* SrcMatrix
)

OPTIMIZE ME: stolen from UnMathFpu.h.

Public function

void

 

VectorMatrixInverse

(
    void* DstMatrix,
    const void* SrcMatrix
)

TODO: Vector version of this function that doesn't use D3DX.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss