org.freehep.graphics3d
Class Frustum
java.lang.Object
org.freehep.graphics3d.Frustum
- public class Frustum
- extends Object
- Version:
- $Id: Frustum.java,v 1.1 2000/11/17 15:43:56 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- Frustum.java
Constructor Summary |
Frustum(double left,
double right,
double bottom,
double top,
double near,
double far)
|
left
public double left
right
public double right
top
public double top
bottom
public double bottom
near
public double near
far
public double far
Frustum
public Frustum(double left,
double right,
double bottom,
double top,
double near,
double far)
toString
public String toString()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.