vault backup: 2023-03-13 14:24:42

This commit is contained in:
Jet Hughes 2023-03-13 14:24:42 +13:00
parent 4e142cb04f
commit 500c2c751b
2 changed files with 34 additions and 0 deletions

View 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

View File

@ -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]]