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 576
Last Updated: 11 June, 2024