Skip to content
Serguei Kalentchouk edited this page Jan 12, 2018 · 20 revisions

Angle

AbsoluteAngle

Returns the absolute value of an angle

Type Name Description
➡️ angle input Input value
⬅️ angle output Return value

AddAngle

Returns the sum of two angle values

Type Name Description
➡️ angle inputA First input value
➡️ angle inputB Second input value
⬅️ angle output Return value

DivideAngle

Returns the quotient of two angle values

Type Name Description
➡️ angle inputA First input value
➡️ angle inputB Second input value
⬅️ angle output Return value

MultiplyAngle

Returns the product of two angle values

Type Name Description
➡️ angle inputA First input value
➡️ angle inputB Second input value
⬅️ angle output Return value

LerpAngle

Returns the linear interpolation between two angle values

Type Name Description
➡️ angle inputA First input value
➡️ angle inputB Second input value
➡️ float alpha Blend value [0, 1]
⬅️ angle output Return value

SubtractAngle

Returns the difference of two angle values

Type Name Description
➡️ angle inputA First input value
➡️ angle inputB Second input value
⬅️ angle output Return value

Trig

Acos

Returns the acos of value

Type Name Description
➡️ double input Input value
⬅️ angle output Return value

Asin

Returns the asin of value

Type Name Description
➡️ double input Input value
⬅️ angle output Return value

Atan

Returns the atan of value

Type Name Description
➡️ double input Input value
⬅️ angle output Return value

Cos

Returns the cos of value

Type Name Description
➡️ angle input Input value
⬅️ double output Return value

Sin

Returns the sin of value

Type Name Description
➡️ angle input Input value
⬅️ double output Return value

Tan

Returns the tan of value

Type Name Description
➡️ angle input Input value
⬅️ double output Return value
Clone this wiki locally