Class SbCylinderSheetProjector

    • Constructor Detail

      • SbCylinderSheetProjector

        public SbCylinderSheetProjector​(SbCylinder cyl)
        Calls SbCylinderSheetProjector(cyl, true).
      • SbCylinderSheetProjector

        public SbCylinderSheetProjector()
        Calls SbCylinderSheetProjector(true).
      • SbCylinderSheetProjector

        public SbCylinderSheetProjector​(boolean orientToEye)
        Constructor that uses a default cylinder aligned with the Y axis with radius 1.0. The orientToEye parameter determines whether the sheet is perpendicular to the eye, or perpendicular to the cylinder's Z axis. Setting that parameter to true (the default) specifies that the plane be perpendicular to the eye, which is most often the desired behavior.

        The default view volume is undefined, and the working space is identity.

      • SbCylinderSheetProjector

        public SbCylinderSheetProjector​(SbCylinder cyl,
                                        boolean orientToEye)
        Constructor. The orientToEye parameter determines whether the sheet is perpendicular to the eye, or perpendicular to the cylinder's Z axis. Setting that parameter to true (the default) specifies that the plane be perpendicular to the eye, which is most often the desired behavior.

        The default view volume is undefined, and the working space is identity.