Difference between revisions of "BezierCurve:insertControlPoint"
(Created page with "{{newin|0.9.0|090|type=function}} Insert control point after the i-th control point. Indices start with 1. Negative indices wrap around: -1 is the last control point, -2 the ...") |
m (Metadatafoo) |
||
Line 22: | Line 22: | ||
{{#set:Description=Set coordinates of the i-th control point.}} | {{#set:Description=Set coordinates of the i-th control point.}} | ||
== Other Languages == | == Other Languages == | ||
− | {{i18n| | + | {{i18n|BezierCurve:setControlPoint}} |
Revision as of 12:29, 21 August 2013
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Insert control point after the i-th control point. Indices start with 1. Negative indices wrap around: -1 is the last control point, -2 the one before the last, etc.
Function
Synopsis
BezierCurve:insertControlPoint(x,y, i)
Arguments
number x
- Position of the control point along the x axis.
number y
- Position of the control point along the y axis.
number i (-1)
- Index of the control point.
Returns
Nothing
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info