Difference between revisions of "API Panel.Position.Math"

From Flowcode Help
Jump to navigationJump to search
(XML import)
 
(7 intermediate revisions by 2 users not shown)
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]]
==Functions provided for this class==
+
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Math'''
{|
+
|-
 +
| colspan="2" | Coordinate maths functions&nbsp;
 +
|-
 +
|-
 +
| 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
 +
|-
 +
| colspan="2" | Gets the difference between two positions&nbsp;
 
|-
 
|-
|width="35%"|[[API Panel.Position.Math.GetDistance|GetDistance]]
+
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] -
|Gets the distance between two positions
+
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
|}
 
|}
 +
 +
 +
==Detailed description==
  
  
 
==Examples==
 
==Examples==
''No examples available''
 

Latest revision as of 11:41, 16 January 2023

Fc9-comp-macro.png Math
Coordinate maths functions 
Fc9-void-icon.png - GetDistance
Gets the distance between two positions 
Fc9-void-icon.png - GetDiff
Gets the difference between two positions 
Fc9-void-icon.png - Return


Detailed description

Examples