Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class CameraOpticsTechniqueCommonPerspective

  • java.lang.Object
    • com.aspose.cad.fileformats.collada.fileparser.elements.CameraOpticsTechniqueCommonPerspective


  • public class CameraOpticsTechniqueCommonPerspective
    extends Object

    The camera optics technique common perspective. Describes the field of view of a perspective camera.

    • Constructor Detail

      • CameraOpticsTechniqueCommonPerspective

        public CameraOpticsTechniqueCommonPerspective()
    • Method Detail

      • getAspectRatio

        public final TargetableFloat getAspectRatio()

        Gets or sets the items.

      • setAspectRatio

        public final void setAspectRatio(TargetableFloat value)

        Gets or sets the items.

      • setXfov

        public final void setXfov(TargetableFloat value)

        Gets or sets the items.

      • setYfov

        public final void setYfov(TargetableFloat value)

        Gets or sets the items.

      • getZnear

        public final TargetableFloat getZnear()

        Gets or sets the z near. Contains a floating-point number that describes the distance to the near clipping plane.

      • setZnear

        public final void setZnear(TargetableFloat value)

        Gets or sets the z near. Contains a floating-point number that describes the distance to the near clipping plane.

      • getZfar

        public final TargetableFloat getZfar()

        Gets or sets the z far. Contains a floating-point number that describes the distance to the far clipping plane.

      • setZfar

        public final void setZfar(TargetableFloat value)

        Gets or sets the z far. Contains a floating-point number that describes the distance to the far clipping plane.