Returns a point at the specified grid coordinates. Results are memoized for performance.
The grid coordinates and options.
The calculated grid point.
Returns all points where grid lines intersect. Results are memoized for performance.
Returns horizontal grid lines organized in rows from top to bottom. Each array element represents a row containing Bézier curves that form the horizontal grid structure. Lines include top and bottom bounds. Results are memoized for performance.
Returns vertical grid lines organized in rows from top to bottom. Each array element represents a column containing Bézier curves that form the vertical grid structure. Lines include left and right bounds. Results are memoized for performance.
Returns all grid lines organized by axis. The returned object contains arrays of Bézier curves representing horizontal lines (xAxis) and vertical lines (yAxis). Results are memoized for performance.
Returns the bounding curves for a specific cell. Results are memoized for performance.
Zero-based column index.
Zero-based row index.
Optional
config: GetCellBoundsConfigOptional configuration.
The cell's bounding curves.
Returns bounding curves for all cells in the grid. Results are memoized for performance.
Optional
params: GetAllCellBoundsPropsOptional configuration.
Array of cell bounds.
Complete grid interface combining manipulation methods with model access.