FreeHEP API
Version current

org.freehep.graphics3d
Class Ortho

java.lang.Object
  extended byorg.freehep.graphics3d.Ortho

public class Ortho
extends Object

Version:
$Id: Ortho.java,v 1.1 2000/11/17 15:43:56 duns Exp $
Author:
Mark Donszelmann
Source Code:
Ortho.java

Field Summary
 double bottom
           
 double far
           
 double left
           
 double near
           
 double right
           
 double top
           
 
Constructor Summary
Ortho(double left, double right, double bottom, double top, double near, double far)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

left

public double left

right

public double right

top

public double top

bottom

public double bottom

near

public double near

far

public double far
Constructor Detail

Ortho

public Ortho(double left,
             double right,
             double bottom,
             double top,
             double near,
             double far)
Method Detail

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.