Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
| Type | Name | Description | |
|---|---|---|---|
| bool | VectorMatrixInverse
(
FMatrix* DstMatrix, |
Calculate the inverse of an FMatrix. | |
| bool | VectorMatrixInverse
(
FMatrix44d* DstMatrix, |
Calculate the inverse of an FMatrix44. Src == Dst is allowed | |
| bool | VectorMatrixInverse
(
FMatrix44f* DstMatrix, |
||
| bool | VectorMatrixInverse
(
FMatrix44d* DstMatrix, |
Calculate the inverse of an FMatrix44. Src == Dst is allowed | |
| bool | VectorMatrixInverse
(
FMatrix44f* DstMatrix, |