Function: indexWithinDimensions()
indexWithinDimensions(
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.