Click or drag to resize

angleFixAngle Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Fixes an angle to between 0 and 360 or 2pi.

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
Request Example View Source

Parameters

val
Type: SystemDouble
Input angle
type
Type: imbSCI.Core.mathangleType
Specify whether the input angle is radians or degrees

Return Value

Type: Double
The angle, fixed to between 0 and 360 or 0 and 2pi
See Also