Direction JavaScript is disabled on your browser. model

Class Direction

    All Implemented Interfaces:
    java.io.Serializable


    public class Direction
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form

      Field Summary

      Fields 
      Modifier and Type Field and Description
      private double directionX Attribute directionX.
      private double directionY Attribute directionY.
      private double directionZ Attribute directionZ.

      Constructor Summary

      Constructors 
      Constructor and Description
      Direction() 

      Method Summary

      Methods 
      Modifier and Type Method and Description
      double getDirectionX() 
      double getDirectionY() 
      double getDirectionZ() 
      void setDirectionX(double directionX) 
      void setDirectionY(double directionY) 
      void setDirectionZ(double directionZ) 

        Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

      Field Detail

        directionX

        private double directionX
        Attribute directionX.

        directionY

        private double directionY
        Attribute directionY.

        directionZ

        private double directionZ
        Attribute directionZ.

      Constructor Detail

        Direction

        public Direction()

      Method Detail

        getDirectionX

        public double getDirectionX()
        Returns:
        directionX

        setDirectionX

        public void setDirectionX(double directionX)
        Parameters:
        directionX - new value for directionX

        getDirectionY

        public double getDirectionY()
        Returns:
        directionY

        setDirectionY

        public void setDirectionY(double directionY)
        Parameters:
        directionY - new value for directionY

        getDirectionZ

        public double getDirectionZ()
        Returns:
        directionZ

        setDirectionZ

        public void setDirectionZ(double directionZ)
        Parameters:
        directionZ - new value for directionZ