You are here: Start » AVL.NET » AVS.RotateCoordinateSystem Method

AVS.RotateCoordinateSystem Method

Rotates a coordinate system around a center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateCoordinateSystem
(
	AvlNet.CoordinateSystem2D inCoordinateSystem,
	AvlNet.Point2D? inCenter,
	float inAngle,
	bool inInverse,
	out AvlNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inCoordinateSystemAvlNet.CoordinateSystem2D
inCenterAvlNet.Point2D?Center of rotation (the coordinate system's center by default). Default value: atl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outCoordinateSystemAvlNet.CoordinateSystem2D

Function Overrides

See also