mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
vault backup: 2023-03-13 15:41:41
This commit is contained in:
parent
c6f8bd2b4b
commit
e9d5317e49
@ -53,6 +53,13 @@ homogenous coordinates
|
|||||||
- all linear transformations become 3x3 matrices
|
- all linear transformations become 3x3 matrices
|
||||||
- 
|
- 
|
||||||
|
|
||||||
>[!DIFFICULT]
|
>[!DANGER] homogenous coordinates
|
||||||
|
|
||||||
homogenous transforms
|
homogenous transforms
|
||||||
|
- 
|
||||||
|
- 
|
||||||
|
- 
|
||||||
|
|
||||||
|
> [!INFO] non uniform scaling is when you dont scale each dimension equally, i.e., stretch
|
||||||
|
|
||||||
|
it is easy to apply a sequence of transformations by applying each one to the result of the previous one. the transformations can be combined into one translation which can be applied to any number of points
|
||||||
@ -12,14 +12,14 @@ tags:
|
|||||||
|
|
||||||
- [x] [[01a-getting-started]]
|
- [x] [[01a-getting-started]]
|
||||||
- [x] [[01b-cpp-essentials]]
|
- [x] [[01b-cpp-essentials]]
|
||||||
- [[02-image-transforms]]
|
- [ ] [[02-image-transforms]]
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
|
|
||||||
# Lectures
|
# Lectures
|
||||||
- [x] [[01-intro-to-342]]
|
- [x] [[01-intro-to-342]]
|
||||||
- [x] [[02-colour-representation]]
|
- [x] [[02-colour-representation]]
|
||||||
- [[03-2d-transforms]]
|
- [x] [[03-2d-transforms]]
|
||||||
- [[04-mosaicing]]
|
- [[04-mosaicing]]
|
||||||
|
|
||||||
# Info
|
# Info
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user