You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.RotateCoordinateSystem

AVL.RotateCoordinateSystem

Rotates a coordinate system around a center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RotateCoordinateSystem
(
	AvlNet.CoordinateSystem2D inCoordinateSystem,
	float inAngle,
	bool inInverse,
	out AvlNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inCoordinateSystemAvlNet.CoordinateSystem2D
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outCoordinateSystemAvlNet.CoordinateSystem2D

Remarks

Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.

Function Overrides

See also