Class CameraBox

All Implemented Interfaces:
Serializable, Comparable, TemporalComputedObject3D, MatrixPropertiesObject, XmlRepresentable
Direct Known Subclasses:
Camera

public class CameraBox extends Representable
See Also:
  • Field Details

  • Constructor Details

    • CameraBox

      public CameraBox()
  • Method Details

    • getAngleX

      public Double getAngleX()
    • setAngleX

      public void setAngleX(Double angleX)
    • angleXr

      public void angleXr(double angleX, double ratioXY)
    • angleXY

      public void angleXY(double angleX, double angleY)
    • getAngleY

      public Double getAngleY()
    • setAngleY

      public void setAngleY(Double angleY)
    • setAngleYr

      public void setAngleYr(double angleY, double ratioXY)
    • perspectiveIsometrique

      public void perspectiveIsometrique()
    • perspectivePointDeFuite

      public void perspectivePointDeFuite()
    • type

      public int type()
    • viserObjet

      public void viserObjet(Representable r)
    • declareProperties

      public void declareProperties()
      Specified by:
      declareProperties in interface MatrixPropertiesObject
      Overrides:
      declareProperties in class Representable