Class PerlinFunctionAnalyzer

    • Constructor Detail

      • PerlinFunctionAnalyzer

        public PerlinFunctionAnalyzer()
    • Method Detail

      • createPerlinFunction

        protected abstract ExpressionTreeNode createPerlinFunction​(ExpressionTreeNode firstExpression,
                                                                   ExpressionTreeNode secondExpression)
        Creates the specific Perlin function expression node
        Parameters:
        firstExpression - the first expression parameter
        secondExpression - the second expression parameter
        Returns:
        The ExpressionTreeNode for this Perlin function