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