FreeHEP API
Version v1.2

org.freehep.graphics3d
Class Scale

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

public class Scale
extends Vector3

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

Field Summary
 
Fields inherited from class org.freehep.graphics3d.Vector3
x, y, z
 
Constructor Summary
Scale(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

Scale

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

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.