Jump to content

API Panel.Position.Math: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import
No edit summary
Line 1: Line 1:
<sidebar>API Contents</sidebar>
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
Coordinate maths functions
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
This class is contained within [[API Panel.Position|Position]].
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Math'''
 
|-
__TOC__
| colspan="2" | Coordinate maths functions&nbsp;
 
|-
==Functions provided for this class==
|-
{|
| width="10%" align="center" | [[File:Fc9-void-icon.png]] -
| width="90%" | GetDistance
|-
| colspan="2" | Gets the distance between two positions&nbsp;
|-
| width="10%" align="center" | [[File:Fc9-void-icon.png]] -
| width="90%" | GetDiff
|-
|-
|width="35%"|[[API Panel.Position.Math.GetDistance|GetDistance]]
| colspan="2" | Gets the difference between two positions&nbsp;
|Gets the distance between two positions
|-
|-
|width="35%"|[[API Panel.Position.Math.GetDiff|GetDiff]]
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] -
|Gets the difference between two positions
| width="90%" style="border-top: 2px solid #000;" | ''Return''
|}
|}
==Detailed description==




==Examples==
==Examples==
''<span style="color:red;">No additional examples</span>''
==See also==
''<span style="color:red;">No additional information</span>''

Revision as of 11:41, 16 January 2023

Math
Coordinate maths functions 
- GetDistance
Gets the distance between two positions 
- GetDiff
Gets the difference between two positions 
- Return


Detailed description

Examples