SvgPlottingUtilApplyRotation Method

Apply the specified rotation to the provided collection of points.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static void ApplyRotation(
	PlotPointCollection points,
	FVector2 anchor,
	float rotation
)

Parameters

points  PlotPointCollection
Reference to a collection of points to which the rotation will be appled.
anchor  FVector2
Reference to the anchor for the point collection.
rotation  Single
The rotation to apply, in radians.

See Also