Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkiD committed Oct 21, 2014
1 parent 346e13c commit e9643e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeller/chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if __name__ == "__main__":
Before we dive into the `render` function, we should discuss a little bit of linear algebra.

### Coordinate Space
FMaor our purposes, a Coordinate Space is an origin point and a set of 3 basis vectors, usually the x, y, and z axes.
For our purposes, a Coordinate Space is an origin point and a set of 3 basis vectors, usually the x, y, and z axes.

### Point
Any point in 3 dimensions can be represented as an offset in the x, y, and z directions from the origin point. The representation of a point is relative to the coordinate space that the point is in. The same point
Expand Down

0 comments on commit e9643e2

Please sign in to comment.