Package samer.j3d

Class Points3DRef

  • java.lang.Object
    • PointArray
      • samer.j3d.Points3DRef
  • All Implemented Interfaces:
    java.util.Observer


    public class Points3DRef
    extends PointArray
    implements java.util.Observer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void update(java.util.Observable o, java.lang.Object a) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Points3DRef

        public Points3DRef(Matrix points,
                           VVector activities)
    • Method Detail

      • update

        public void update(java.util.Observable o,
                           java.lang.Object a)
        Specified by:
        update in interface java.util.Observer