Class SbCylinderPlaneProjector

    • Constructor Detail

      • SbCylinderPlaneProjector

        public SbCylinderPlaneProjector​(SbCylinder cyl)
        Calls SbCylinderPlaneProjector(cyl, (float)0.9f, true).
      • SbCylinderPlaneProjector

        public SbCylinderPlaneProjector​(SbCylinder cyl,
                                        float edgeTol)
        Calls SbCylinderPlaneProjector(cyl, edgeTol, true).
      • SbCylinderPlaneProjector

        public SbCylinderPlaneProjector​(float edgeTol)
        Calls SbCylinderPlaneProjector(edgeTol, true).
      • SbCylinderPlaneProjector

        public SbCylinderPlaneProjector()
        Calls SbCylinderPlaneProjector((float)0.9f, true).
      • SbCylinderPlaneProjector

        public SbCylinderPlaneProjector​(float edgeTol,
                                        boolean orientToEye)
        Constructor that uses a default cylinder aligned with the Y axis with radius 1.0. The position of the plane is specified as a fraction of the cylinder radius with the parameter edgeTol. A tolerance value of 1.0 positions the plane down the center of the cylinder. A tolerance value of 0.5 defines the longitudinal plane halfway between the center and the outside edge of the cylinder. The default value is 0.9, so that almost half the cylinder is in front of the plane. The orientToEye parameter determines whether the plane 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.

      • SbCylinderPlaneProjector

        public SbCylinderPlaneProjector​(SbCylinder cyl,
                                        float edgeTol,
                                        boolean orientToEye)
        Constructor. The position of the plane is specified as a fraction of the cylinder radius with the parameter edgeTol. A tolerance value of 1.0 positions the plane down the center of the cylinder. A tolerance value of 0.5 defines the longitudinal plane halfway between the center and the outside edge of the cylinder. The default value is 0.9, so that almost half the cylinder is in front of the plane. The orientToEye parameter determines whether the plane 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.