Documentation
¶
There is no documentation for this package.
Directories
¶
Path | Synopsis |
---|---|
Package camera provides a virtual camera that allows for taking pictures of a scene.
|
Package camera provides a virtual camera that allows for taking pictures of a scene. |
Package canvas represents a rectangular grid of Pixels.
|
Package canvas represents a rectangular grid of Pixels. |
Package color represents ranges of red, green, and blue in the range of [0, 1].
|
Package color represents ranges of red, green, and blue in the range of [0, 1]. |
Package light provides light sources and shading.
|
Package light provides light sources and shading. |
Package material represents a material on the surface of an object.
|
Package material represents a material on the surface of an object. |
Package maths contains math utility functions.
|
Package maths contains math utility functions. |
Package matrix represents a matrix of a given dimension.
|
Package matrix represents a matrix of a given dimension. |
Package point represents a point in a left-handed 3D coordinate system.
|
Package point represents a point in a left-handed 3D coordinate system. |
Package ray represents a ray, or line, which has an origin and direction.
|
Package ray represents a ray, or line, which has an origin and direction. |
Package sphere represents a sphere object with an origin and radius.
|
Package sphere represents a sphere object with an origin and radius. |
Package vector represents a vector in a left-handed 3D coordinate system.
|
Package vector represents a vector in a left-handed 3D coordinate system. |
Package world represents a collection of all Objects that make up a scene.
|
Package world represents a collection of all Objects that make up a scene. |