Skip to content

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

ParameterType
__namedParametersPoint
__namedParametersBox

Returns

boolean