euclidean

    Euclidean distance to the nearest point.

    FastNoiseLite.swift:71
    case euclidean

    Other cases

    • case euclideanSquared

      Squared Euclidean distance to the nearest point.

    • case manhattan

      Manhattan distance (taxicab metric) to the nearest point.

    • case hybrid

      Blend of .distanceEuclidean and .distanceManhattan to give curved cell boundaries