Interface Shape.Visitor2

  • Enclosing class:
    Shape

    public static interface Shape.Visitor2
    General Shape visitor
    • Method Detail

      • visit

        boolean visit​(Shape s,
                      PMVMatrix pmv)
        Visitor method
        Parameters:
        s - the Shape to process
        pmv - the PMVMatrix setup from the Scene down to the Shape
        Returns:
        true to signal operation complete and to stop traversal, otherwise false