@@ -32,10 +32,10 @@ An object that holds 3 [Two.Vector](/docs/vector/)s, the anchor point and its co
3232| ---- | ----------- |
3333| x | The x position of the root anchor point. |
3434| y | The y position of the root anchor point. |
35- | lx | The x position of the left handle point. |
36- | ly | The y position of the left handle point. |
37- | rx | The x position of the right handle point. |
38- | ry | The y position of the right handle point. |
35+ | ax | The x position of the left handle point. |
36+ | ay | The y position of the left handle point. |
37+ | bx | The x position of the right handle point. |
38+ | by | The y position of the right handle point. |
3939| command | The command to describe how to render. Applicable commands are [ Two.Commands] ( /docs/two/#commands ) |
4040
4141
@@ -87,8 +87,8 @@ Create a new [Two.Anchor](/docs/anchor/) from an object notation of a [Two.Ancho
8787
8888<div class =" meta " >
8989
90- <a class =" lineno " target =" _blank " rel =" noopener noreferrer " href =" https://github.com/jonobr1/two.js/blob/main/src/anchor.js#L69 " >
91- anchor.js:69
90+ <a class =" lineno " target =" _blank " rel =" noopener noreferrer " href =" https://github.com/jonobr1/two.js/blob/main/src/anchor.js#L70 " >
91+ anchor.js:70
9292 </a >
9393
9494</div >
@@ -149,8 +149,8 @@ Copy the properties of one [Two.Anchor](/docs/anchor/) onto another.
149149
150150<div class =" meta " >
151151
152- <a class =" lineno " target =" _blank " rel =" noopener noreferrer " href =" https://github.com/jonobr1/two.js/blob/main/src/anchor.js#L81 " >
153- anchor.js:81
152+ <a class =" lineno " target =" _blank " rel =" noopener noreferrer " href =" https://github.com/jonobr1/two.js/blob/main/src/anchor.js#L82 " >
153+ anchor.js:82
154154 </a >
155155
156156</div >
@@ -202,8 +202,8 @@ Create a new [Two.Anchor](/docs/anchor/), set all its values to the current inst
202202
203203<div class =" meta " >
204204
205- <a class =" lineno " target =" _blank " rel =" noopener noreferrer " href =" https://github.com/jonobr1/two.js/blob/main/src/anchor.js#L127 " >
206- anchor.js:127
205+ <a class =" lineno " target =" _blank " rel =" noopener noreferrer " href =" https://github.com/jonobr1/two.js/blob/main/src/anchor.js#L128 " >
206+ anchor.js:128
207207 </a >
208208
209209</div >
@@ -257,8 +257,8 @@ Create a JSON compatible plain object of the current instance. Intended for use
257257
258258<div class =" meta " >
259259
260- <a class =" lineno " target =" _blank " rel =" noopener noreferrer " href =" https://github.com/jonobr1/two.js/blob/main/src/anchor.js#L137 " >
261- anchor.js:137
260+ <a class =" lineno " target =" _blank " rel =" noopener noreferrer " href =" https://github.com/jonobr1/two.js/blob/main/src/anchor.js#L138 " >
261+ anchor.js:138
262262 </a >
263263
264264</div >
@@ -322,8 +322,8 @@ Create a string form of the current instance. Intended for use with storing valu
322322
323323<div class =" meta " >
324324
325- <a class =" lineno " target =" _blank " rel =" noopener noreferrer " href =" https://github.com/jonobr1/two.js/blob/main/src/anchor.js#L162 " >
326- anchor.js:162
325+ <a class =" lineno " target =" _blank " rel =" noopener noreferrer " href =" https://github.com/jonobr1/two.js/blob/main/src/anchor.js#L163 " >
326+ anchor.js:163
327327 </a >
328328
329329</div >
0 commit comments