jumbo.euclid
Class Status

java.lang.Object
  |
  +--jumbo.euclid.Status
Direct Known Subclasses:
Angle, Int2, Int2Range, IntArray, IntMatrix, IntRange, Line3, ObjectArray, Plane3, Point3, Real2, Real2Array, Real2Range, Real3Range, RealArray, RealMatrix, RealRange, Vector3

public class Status
extends java.lang.Object
implements java.lang.Cloneable

the superclass for (almost) all jumbo.euclid classes. At present its functions are obsolete, but others may arrive in the future. You don't need to know about this class


Constructor Summary
Status()
           
 
Method Summary
static void NYI(java.lang.String s)
          for placeholders during development
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Status

public Status()
Method Detail

NYI

public static void NYI(java.lang.String s)
for placeholders during development