FMatrix4Invert Method
Invert the caller's matrix.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FMatrix4 Invert(
FMatrix4 source
)
Public Shared Function Invert (
source As FMatrix4
) As FMatrix4
No code example is currently available or this language may not be supported.
- source FMatrix4
-
Reference to the matrix whose values are to be inverted.
FMatrix4
A reference to a new matrix representing the inverted version of the
caller's matrix.