SvgPlottingUtilApplyMatrix(PlotPointCollection, FVector2, FMatrix4) Method
Apply the contents 4x4 matrix to the provided collection of points.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static void ApplyMatrix(
PlotPointCollection points,
FVector2 anchor,
FMatrix4 matrix
)
Public Shared Sub ApplyMatrix (
points As PlotPointCollection,
anchor As FVector2,
matrix As FMatrix4
)
No code example is currently available or this language may not be supported.
Parameters
- points PlotPointCollection
-
Reference to a collection of points to which the matrix will be appled.
- anchor FVector2
-
Reference to the anchor for the point collection.
- matrix FMatrix4
-
Reference to the 4x4 matrix to apply to each of the points in the
collection.