POINT: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=POINT <x>, <y>
{{Command|syntax=[[Image:point.png|right|POINT]]POINT <x>, <y>
|description=*DESCRPTION*
|description=:Create a point with x and y axis definitions.


|param1=<x>|param1_desc={{x}}
|param1=<x>|param1_desc={{x}}
Line 7: Line 7:


===Example===
===Example===
:- POINT
:POINT 3, 4


[[Category:Geometry]]
[[Category:Geometry]]

Revision as of 15:47, 20 July 2010

Command

POINT
POINT
POINT <x>, <y>


Create a point with x and y axis definitions.

Parameters

<x>
X co-ordinate of a feature.
<y>
Y co-ordinate of a feature.

Example

POINT 3, 4