CellularReturnType

    FastNoiseLite.swift:91
    enum CellularReturnType

    Cases

    • case cellValue

      The cellular distance function will return the same value for all points within a cell.

    • case distance

      The cellular distance function will return a value determined by the distance to the nearest point.

    • case distance2

      The cellular distance function returns the distance to the second-nearest point.

    • case distance2Add

      The distance to the nearest point is added to the distance to the second-nearest point.

    • case distance2Sub

      The distance to the nearest point is subtracted from the distance to the second-nearest point.

    • case distance2Mul

      The distance to the nearest point is multiplied with the distance to the second-nearest point.

    • case distance2Div

      The distance to the nearest point is divided by the distance to the second-nearest point.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (27) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features