FreeHEP API
Version current

org.freehep.graphics3d
Class Scale

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

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.