Package samer.j3d

Class MatrixPointArrayRef

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


    public class MatrixPointArrayRef
    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

      • MatrixPointArrayRef

        public MatrixPointArrayRef(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