FreeHEP API
Version current

org.freehep.graphics3d
Class Translate

java.lang.Object
  extended byorg.freehep.graphics3d.Vector3
      extended byorg.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
Source Code:
Translate.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.