Updated Reflect (markdown)

bi0qaw 2017-11-25 16:10:43 +01:00
parent eda1a524b4
commit 662539d191
1 changed files with 3 additions and 1 deletions

@ -10,7 +10,9 @@ vectors %vectors% reflected at %vector% [in direction of %vector%]
%locations% reflected at %location% [in direction of %vector%]
```
Reflects locations or vectors in another location or vector. Let's show this with some examples. First a simple reflection in the origin:
Reflects locations or vectors in another location or vector.
Let's show this with some examples. First a simple reflection in the origin:
```
set {_line::*} to vector line from vector 0, 0, 0 to vector 1, 0, 0 and density 5
set {_reflected::*} to vectors {_line::*} reflected at vector 0, 0, 0