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: 30 November, 2023