FMatrix4Multiply(FMatrix4, FVector4) Method
Multiply a vector by a transformation and return the result.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector4 Multiply(
FMatrix4 matrix,
FVector4 vector
)
Public Shared Function Multiply (
matrix As FMatrix4,
vector As FVector4
) As FVector4
No code example is currently available or this language may not be supported.
- matrix FMatrix4
-
Reference to the matrix by which to be multiplied.
- vector FVector4
-
Reference to the vector to multiply.
FVector4
Result of vector multiplied by matrix.