Function: indexAlmostWithinDimensions()
indexAlmostWithinDimensions(
index,dimensions):boolean
Returns true if the specified index is within the given dimensions.
Parameters
• index: Point3
The index to check.
• dimensions: Point3
The dimensions to check against.
Returns
boolean
True if the index is in-bounds.
Defined in
packages/core/src/utilities/indexAlmostWithinDimensions.ts:13