Revision cc8b946607b51d9677fcb695384290abd0372f94 (click the page title to view the current version)

3D Objects in Python

Changes from beginning to cc8b946607b51d9677fcb695384290abd0372f94

---
title: Session.  3D Objects in Python
categories: session
---

# Learning Objectives

| Theory                | Practice                    |
|-----------------------|-----------------------------|
|                       | Load Model |
|                       | View Model |
| points and Vectors    | Change Model                |
| Translation           | Translation |
| Rotation              | Rotation    |
| Homogenous Coordinates | Motion defined by homogenous matrix    |
| Quaternions     |                              |
|                       | Save Model |

# Additional Materials

+ [Other relevant python libraries](Python3D)