List of functions and classes (API)#
These are the functions and classes that make up the Bordado API.
Coordinate generation#
|
Generate evenly spaced points between two values. |
|
Generate the coordinates for a uniformly random scatter of points. |
|
Generate evenly spaced points on an n-dimensional grid. |
Regions and bounding boxes#
|
Determine which points fall inside a given region. |
|
Get the bounding region of the given coordinates. |
|
Extend the borders of a region by the given amount. |
|
Check that the given region is valid. |
Splitting points into blocks and windows#
|
Split a region into blocks and label points according to where they fall. |
|
Split points into overlapping windows. |
Coordinate manipulation#
|
Check that coordinate arrays all have the same shape. |