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

Invoke.RotateCoordinateSystem

Rotates a coordinate system around a center point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inCoordinateSystemFil.CoordinateSystem2D
inCenterFtl.Optional<Fil.Point2D>Center of rotation (the coordinate system's center by default). Default value: ftl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outCoordinateSystemFil.CoordinateSystem2D

See also