Difference between revisions of "Trigonometry Conversion Operators"
From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2017.10<br/> === Description === <br /> Operators to convert from one type of measurement to another....") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Supported platforms:''' <br/> | + | '''Supported platforms:''' android, ios, mac, pc<br/> |
'''Available since:''' Gideros 2017.10<br/> | '''Available since:''' Gideros 2017.10<br/> | ||
=== Description === | === Description === | ||
Line 8: | Line 8: | ||
<b> ^< </b>deg   Convert 'deg' into radians.<br /> | <b> ^< </b>deg   Convert 'deg' into radians.<br /> | ||
<b> ^> </b>rad   Convert 'rad' into degrees.<br /> | <b> ^> </b>rad   Convert 'rad' into degrees.<br /> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
{|- | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| |
Revision as of 08:57, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2017.10
Description
Operators to convert from one type of measurement to another.
^< deg Convert 'deg' into radians.
^> rad Convert 'rad' into degrees.
Methods |
EventsConstants |