ADD OP PATH POINT: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 2: Line 2:


{{Command|syntax=ADD_OP_PATH_POINT <x>, <y>, <z>
{{Command|syntax=ADD_OP_PATH_POINT <x>, <y>, <z>
|description=:
|description=:Add a point to the end of the current [[macro path]].


|param1=<x>|param1_desc={{x}}
|param1=<x>|param1_desc={{xp}}
|param2=<y>|param2_desc={{y}}
|param2=<y>|param2_desc={{yp}}
|param3=<z>|param3_desc={{z}}
|param3=<z>|param3_desc={{zp}}
}}
}}


===Example===
===Example===
:ADD_OP_PATH_POINT
:ADD_OP_PATH_POINT 12, 15, 20


[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 00:26, 14 January 2011

Up

Command

ADD_OP_PATH_POINT <x>, <y>, <z>


Add a point to the end of the current macro path.

Parameters

<x>
X co-ordinate of the point.
<y>
Y co-ordinate of the point.
<z>
Z co-ordinate of the point.

Example

ADD_OP_PATH_POINT 12, 15, 20