Class | Description |
---|---|
Camera |
This Camera data structure represents a camera located
at the origin and looking down the negative z-axis.
|
LineSegment |
A LineSegment object has two Vertex objects that represent the endpoints of the line segment.
|
Model |
A Model data structure represents a distinct geometric object in a Scene.
|
Scene |
A Scene data structure is a list of Model data structures
and a Camera data structure.
|
Vertex |
A Vertex object has three doubles which represent the coordinates
of a point in 3-dimensional space.
|