FreeHEP API
Version v1.2

org.freehep.graphics3d
Class Translate

java.lang.Object
  |
  +--org.freehep.graphics3d.Vector3
        |
        +--org.freehep.graphics3d.Translate

public class Translate
extends Vector3

Version:
$Id: Translate.java,v 1.1 2000/11/17 15:43:57 duns Exp $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.graphics3d.Vector3
x, y, z
 
Constructor Summary
Translate(double x, double y, double z)
           
 
Methods inherited from class org.freehep.graphics3d.Vector3
add, bisect, cross, dot, length, negate, normalize, scale, set, sub, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Translate

public Translate(double x,
                 double y,
                 double z)

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.