POINT: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Command|syntax=POINT <x>, <y>
[[Geometry:Creating_Geometry|{{Up}}]]
|description=*DESCRPTION*
 
{{Command|syntax=[[Image:point.png|right|POINT]]POINT <x>, <y>
|description=:Create a [[macro_point|point]].


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


===Example===
===Example===
:- POINT
:POINT 2, 3


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

Latest revision as of 19:14, 11 January 2011

Up

Command

POINT
POINT
POINT <x>, <y>


Create a point.

Parameters

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

Example

POINT 2, 3