Click or drag to resize

angleAddition Operator

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the sum of two angles

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static angle operator +(
	angle a1,
	angle a2
)
Request Example View Source

Parameters

a1
Type: imbSCI.Core.mathangle
First angle
a2
Type: imbSCI.Core.mathangle
Second angle

Return Value

Type: angle
An angle constructed from the radian sum of the input angles
See Also