public class Project extends java.lang.Object
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
static void |
project(LineSegment ls,
Camera camera)
For each line segment in the model, project
each vertex to the view plane z = -1.
|
public Project()
public static void project(LineSegment ls, Camera camera)
ls
- LineSegment to project onto the image planecamera
- a reference to the Scene's Camera object