Module: feutils

feutils

Source:

Methods

<static> isXyzInsideBox(xyz, bounds) → {Boolean}

Returns true if the given coordinate is within the given box.
Parameters:
Name Type Description
xyz Array
bounds Array [xmin, xmax, ymin, ymax, zmin, zmax]
Source:
Returns:
Type
Boolean