jcreek.cke.util
Class DDimension3

java.lang.Object
  extended byjcreek.cke.util.DDimension3

public class DDimension3
extends java.lang.Object

A class for holding a real 3D dimension.

Here is the source.

Author:
Larry Barowski

Field Summary
 double depth
           
 double height
           
 double width
           
 
Constructor Summary
DDimension3(DDimension3 init)
           
DDimension3(double width_in, double height_in, double depth_in)
           
 
Method Summary
 boolean equals(DDimension3 other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public double width

height

public double height

depth

public double depth
Constructor Detail

DDimension3

public DDimension3(double width_in,
                   double height_in,
                   double depth_in)

DDimension3

public DDimension3(DDimension3 init)
Method Detail

equals

public boolean equals(DDimension3 other)


Created at IDI, NTNU by the Artificial Intelligence and Learning group