| Class and Description |
|---|
| DrawListener |
| Picture
This class provides methods for manipulating individual pixels of
an image.
|
| StdDraw3D.Camera
The camera can be controlled with the static functions already listed in
this reference.
|
| StdDraw3D.Light
When you create a light in StdDraw3D, it returns a Light object.
|
| StdDraw3D.Shape
Everything three-dimensional you draw in your scene from spheres to
points to 3D text is actually a Shape object.
|
| StdDraw3D.Vector3D
An immutable three-dimensional vector class with useful vector operations.
|
Copyright © 2015. All Rights Reserved.