RectGrid.max_pt

property RectGrid.max_pt

Vector containing the maximal grid coordinates per axis.

Examples

>>> g = RectGrid([1, 2, 5], [-2, 1.5, 2])
>>> g.max_pt
array([ 5.,  2.])