SvgPlottingUtilApplyMatrix(PlotPointCollection, FVector2, FMatrix2) Method

Apply the contents 2x2 matrix to the provided collection of points.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static void ApplyMatrix(
	PlotPointCollection points,
	FVector2 anchor,
	FMatrix2 matrix
)

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.

See Also