You are here: Start » FIL.NET » FIS.RotateCoordinateSystem Method

FIS.RotateCoordinateSystem Method

Rotates a coordinate system around a center point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inCoordinateSystemFilNet.CoordinateSystem2D
inCenterFilNet.Point2D?Center of rotation (the coordinate system's center by default). Default value: ftl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outCoordinateSystemFilNet.CoordinateSystem2D

Function Overrides

See also