| Interface | Description | |
|---|---|---|
| IProjection | The IProjection interface is implemented by classes that can map 3D coordinates onto the view plane, resulting in 2D clip coordinates that are used to draw object to the viewport. |
| Class | Description | |
|---|---|---|
| PerspectiveProjection | The PerspectiveProjection class is used to project three-dimensional points onto the view plane by finding the intersection of the ray from the eye to the point. |