com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ICameraEffectiveData



  • public interface ICameraEffectiveData

    Immutable object which contains effective camera properties.


    This interface is used as a part of IThreeDFormatEffectiveData.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int getCameraType()
      Camera type.
      float getFieldOfViewAngle()
      Camera FOV (0-180 deg, field of View).
      float[] getRotation()
      A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates.
      float getZoom()
      Camera zoom (positive value in percentage).
    • Method Detail

      • getFieldOfViewAngle

        float getFieldOfViewAngle()

        Camera FOV (0-180 deg, field of View). Read-only float.

      • getZoom

        float getZoom()

        Camera zoom (positive value in percentage). Read-only float.

      • getRotation

        float[] getRotation()

        A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. first element in return array - latitude, second - longitude, third - revolution. Returns null if no rotation defined.