Double square brackets
Moderators: MtnViewJohn, chris, mtnviewmark
-
- Posts: 3
- Joined: Tue Nov 14, 2017 3:53 am
Double square brackets
I've noticed some of the example files (like the welcome file) use double square brackets. These clearly have some function, but I can't find it in the documentation. What do they do?
- MtnViewJohn
- Site Admin
- Posts: 882
- Joined: Fri May 06, 2005 2:26 pm
- Location: Mountain View, California
- Contact:
Re: Double square brackets
With single brackets the shape adjustments are re-ordered into a standard order (translate - rotate - size - skew - reflection or TRSSF). With double brackets the shape adjustments are applied in exactly the order that you specify. The idea is that the TRSSF order is usually the order that people want and the single-bracket shape adjustments allow people to not have to think about the order.
It is described fully here: https://github.com/MtnViewJohn/context- ... djustments
It is described fully here: https://github.com/MtnViewJohn/context- ... djustments
-
- Posts: 3
- Joined: Tue Nov 14, 2017 3:53 am
Re: Double square brackets
Thank you! Love using this program