Package samer.j3d

Class Points4D

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


    public class Points4D
    extends PointArray
    implements java.util.Observer
    • Constructor Summary

      Constructors 
      Constructor and Description
      Points4D(Matrix points, VVector activities) 
    • Method Summary

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

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

    • Method Detail

      • update

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

        public void updatePoints()
      • updateActivities

        public void updateActivities()