autopdex.seeder.regular_in_box

autopdex.seeder.regular_in_box(min, max, spacing)[source]

Generates regular seed points within a specified box.

Parameters:
  • min (array) – Minimum coordinates.

  • max (array) – Maximum coordinates.

  • spacing (float) – Spacing between points.

Returns:

Seed points and number of seeds.

Return type:

tuple