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