diff --git a/Reflect.md b/Reflect.md index 3d3be9a..e349099 100644 --- a/Reflect.md +++ b/Reflect.md @@ -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