We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90caadc commit d1efaecCopy full SHA for d1efaec
cheatsheet/snapshot.html
@@ -148,8 +148,8 @@ <h2>Lists</h2>
148
<dd> create a list</dd>
149
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/General#Indexing_elements_within_vectors">var = list[2];</a></code></dt>
150
<dd> index a list (from 0)</dd>
151
- <dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/General#Dot_notation_indexing">var = list.z;</a></code></dt>
152
- <dd> dot notation indexing (x/y/z)</dd>
+ <dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Vectors#Vector_Swizzling">list2 = list1.xyzz;</a></code></dt>
+ <dd> swizzling</dd>
153
</dl>
154
</article>
155
<article>
0 commit comments