You are here: Start » AVL.NET » Invoke.RotateCoordinateSystem

Invoke.RotateCoordinateSystem

Rotates a coordinate system around a center point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotateCoordinateSystem
(
	Avl.CoordinateSystem2D inCoordinateSystem,
	Optional<Avl.Point2D> inCenter,
	float inAngle,
	bool inInverse,
	out Avl.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inCoordinateSystemAvl.CoordinateSystem2D
inCenterAtl.Optional<Avl.Point2D>Center of rotation (the coordinate system's center by default). Default value: atl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outCoordinateSystemAvl.CoordinateSystem2D

See also