Slide 30 of 80
Notes:
O nodo transform:
Transform {
center C
rotation R
scale S
scaleOrientation SR
translation T
children [...]
}
é equivalente à sequência de nodos indentados:
Transform { translation T
Transform { translation C
Transform { rotation R
Transform { rotation SR
Transform { scale S
Transform { rotation -SR
Transform { translation -C
...
}}}}}}}