Documentation / @ripl/core / isPointInBox
Function: isPointInBox()
isPointInBox(
__namedParameters,__namedParameters):boolean
Defined in: packages/core/src/math/geometry.ts:152
Tests whether a point lies within the given bounding box (inclusive).
Parameters
| Parameter | Type |
|---|---|
__namedParameters | Point |
__namedParameters | Box |
Returns
boolean