Difference between revisions of "GAM670/DPS905 Weekly Schedule 20121"
(→GAM670/DPS905 -- Weekly Schedule 20121) |
(→Week 1 - Jan 8) |
||
Line 5: | Line 5: | ||
=== This Week === | === This Week === | ||
+ | * Assignment Discussion | ||
* Suggested Enhancements | * Suggested Enhancements | ||
− | |||
* Relative Reference Frames | * Relative Reference Frames | ||
** Recursive calls | ** Recursive calls |
Revision as of 07:57, 11 January 2012
GAM670/DPS905 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources
Contents
GAM670/DPS905 -- Weekly Schedule 20121
Week 1 - Jan 8
This Week
- Assignment Discussion
- Suggested Enhancements
- Relative Reference Frames
- Recursive calls
- Vector Frame::position()
- Matrix Frame::rotation()
- Matrix Frame::world()
- Detaching from and attaching to a parent frame
- Frame::attachTo()
- Recursive calls
- Visibility Determination
- Plane
- normal + constant - examples
- equation of a plane: dot(n, x) + D = 0
- positive side of a plane dot(n, x) + D > 0
- Plane