|
|
Name
ADD2 | Syntax ADD2x,y |

Range
x, type real
y, type real |

Description
Moves the local coordinate system along the x/y axes by the given x/y-values in relation to its current position. |

Example
RECT2 0,0,1,1
ADD2 0.25,0.25
RECT2 0,0,0.5,0.5
Shows two interleaved squares. |

Context
2D-script |

References
GDL-Handbuch 4.5 (DE) p. 23
GDL-Handbuch 5.0 (DE) p. 28
GDL-Handbuch 6.0 (DE) p. 31
GDL-Handbuch 6.5 (DE) p. 26
GDL-Handbuch 7.0 (DE) p. 26
GDL-Handbuch 8.0 (DE) p. 17
GDL-Handbuch 8.1 (DE) p. 18
GDL-Handbuch 9.0 (DE) p. 27
GDL-Handbuch 10.0 (DE) p. 25
GDL-Handbuch 11.0 (DE) p. 25
GDL Reference Guide 9.0 (INT) p. 27
GDL Reference Guide 10.0 (INT) p. 25
GDL Reference Guide 11.0 (INT) p. 25
GDL Cookbook 3.1 (EN/DE) p. 1.7 |
|
|
|
|