You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.RotateAngle

FIL.RotateAngle

Adds two angles.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RotateAngle
(
	float inAngle,
	float inRotationAngle,
	FilNet.AngleRange inAngleRange,
	bool inInverse,
	out float outAngle
)

Parameters

Name Type Range Default Description
inAnglefloat
inRotationAnglefloat
inAngleRangeFilNet.AngleRange_0_180Default value: _0_180.
inInversebool
outAnglefloat

See also