We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80a5d9 commit bc1bbd2Copy full SHA for bc1bbd2
cheatsheet/snapshot.html
@@ -162,8 +162,8 @@ <h2>Lists</h2>
162
<dd> create a list</dd>
163
<dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/General#Indexing_elements_within_vectors">var = list[2];</a></code></dt>
164
<dd> index a list (from 0)</dd>
165
- <dt><code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/General#Dot_notation_indexing">var = list.z;</a></code></dt>
166
- <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>
167
</dl>
168
</article>
169
<article>
0 commit comments