2023 Method
Changes 0
M

RepeaterBounds.AreCoordinatesInBounds

Description:
Determines whether given coordinates are within the bounds.
Remarks:
The coordinates must have the same number of dimensions as the bounds. This method does not apply to zero dimensional bounds.
public bool AreCoordinatesInBounds(
	RepeaterCoordinates coordinates,
	bool treatCyclicalBoundsAsInfinite
)
Return Value bool True if the coordinates are within the bounds.