mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
vault backup: 2023-03-13 14:24:42
This commit is contained in:
parent
4e142cb04f
commit
500c2c751b
33
content/notes/03-2d-transforms.md
Normal file
33
content/notes/03-2d-transforms.md
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
title: "03-2d-transforms"
|
||||
tags:
|
||||
- lecture
|
||||
- cosc342
|
||||
---
|
||||
|
||||
look into how colours work together
|
||||
|
||||
Points lines
|
||||
- point is 2d location $
|
||||
- two points define a link
|
||||
- a polyline with k segments is a sequence of k+1 points
|
||||
- a polygon is a polyline where the beginning and ened are the same, we often omit the duplicate point
|
||||
- points are vectors
|
||||
|
||||
> [!INFO]
|
||||
|
||||
coordingate systems
|
||||
- mathematical
|
||||
- image based
|
||||
- matrix based
|
||||
|
||||
|
||||
transformations
|
||||
- translation
|
||||
- scaling
|
||||
- rotation
|
||||
- inverse
|
||||
- combinations
|
||||
|
||||
homogenous coordinates
|
||||
homogenous transforms
|
||||
@ -25,6 +25,7 @@ https://www.cs.otago.ac.nz/cosc301/schedule.php
|
||||
- https://www.chiark.greenend.org.uk/~sgtatham/bugs.html
|
||||
- [x] http://catb.org/~esr/faqs/smart-questions.html
|
||||
- [[asking questions]]
|
||||
- bash beginner guide
|
||||
# Lectures
|
||||
- [x] [[01-intro]]
|
||||
- [x] [[02-network and hardware protocols]]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user