SvgPlottingUtilApplyMatrix(PlotPointCollection, FVector2, FMatrix2) Method
Apply the contents 2x2 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,
FMatrix2 matrix
)
Public Shared Sub ApplyMatrix (
points As PlotPointCollection,
anchor As FVector2,
matrix As FMatrix2
)
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 FMatrix2
-
Reference to the 2x2 matrix to apply to each of the points in the
collection.