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

Trig

Acos

Returns the acos of value

Type Name Description
➡️ float input Input value
➡️ enum type Angle type (Degrees, Radians)
⬅️ angle output Return value

Asin

Returns the asin of value

Type Name Description
➡️ float input Input value
➡️ enum type Angle type (Degrees, Radians)
⬅️ angle output Return value

Atan

Returns the atan of value

Type Name Description
➡️ float input Input value
➡️ enum type Angle type (Degrees, Radians)
⬅️ angle output Return value

Cos

Returns the cos of value

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

Sin

Returns the sin of value

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

Tan

Returns the tan of value

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