containsXY Method
Test if a point given as x,y is within the range. (Ignoring z of range)
containsXY(x: number, y: number): boolean
| Parameter | Type | Description | 
|---|---|---|
| x | number | |
| y | number | 
Returns - boolean
Defined in
- geometry3d/Range.ts Line 608
 
Last Updated: 20 June, 2023