https://github.com/dgapitts/learningmaths2d
https://github.com/dgapitts/learningmaths2d
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgapitts/learningmaths2d
- Owner: dgapitts
- Created: 2021-08-01T10:12:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T11:19:46.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T00:59:58.364Z (over 1 year ago)
- Language: C#
- Size: 12.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Intro
As a former maths teacher (25+ years ago!), I'm really enjoying this [Unity Maths and AI course](https://learn.unity.com/course/artificial-intelligence-for-beginners)
I'm looking forward to getting deeper into AI but also enjoying the "entry level" high-school and some first year university level maths
Before starting the course you do need to be familiar with Unity and switching between Unity GUI and Visual Studio, this is covered in https://learn.unity.com/pathway/unity-essentials.
## Exercises and demos
* [Demo01 Calculate Distances the old fashioned way - welcome to Pythagoras's theorem](docs/Demo01-Calculate-Distance-Pythagoras-theorem.md)
* [Demo02 debugging minor calculateDistance function differences with Vector3 object (3D not 2D!)](docs/Demo02-debugging-minor-calculateDistance-function-differences-Vector3-is-3D-not-2D.md)
* [Demo03 Calculate Vectory Dot Product and then angle between two vectors](docs/Demo03-calculateDotProduct.md)
* [Demo03 continued : our next Problem is "turning direction" i.e. clockwise or anticlockwise?](docs/Demo03-continued-nextProblem-turningDirection.md)