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