Geo-transform Extension
Version 6 (Jan Schacher, 08/03/2009 10:33 am)
| 1 | 1 | h1. Geo-transform Extension |
|
|---|---|---|---|
| 2 | 1 | ||
| 3 | 1 | describe a standard set of geometry matrix transforms, as found in computer graphics and 3D modelling: |
|
| 4 | 1 | http://en.wikipedia.org/wiki/Affine_transformation |
|
| 5 | 1 | ||
| 6 | 1 | transform a (set of) point(s) by use of a geometry matrix. |
|
| 7 | 2 | Jan Schacher | common operations: |
| 8 | 6 | Jan Schacher | |
| 9 | 1 | * translate |
|
| 10 | 1 | * rotate |
|
| 11 | 1 | * scale |
|
| 12 | 1 | * shear |
|
| 13 | 6 | Jan Schacher | |
| 14 | 5 | Jan Schacher | these operations are non commutable, order *_is_* important. |
| 15 | 5 | Jan Schacher | |
| 16 | 5 | Jan Schacher | example implementations: |
| 17 | 5 | Jan Schacher | |
| 18 | 5 | Jan Schacher | Nils Peters: scene transform: link |
| 19 | 5 | Jan Schacher | |
| 20 | 5 | Jan Schacher | Jasch: 3Dmatrix External for MaxMSP: "jasch objects site":http://www.jasch.ch/dl |