Appearance
@npm9912/v-map / map-provider/geotiff/utils/AABB2D / AABB2D
Class: AABB2D
Defined in: src/map-provider/geotiff/utils/AABB2D.ts:22
Constructors
Constructor
new AABB2D(
min,max):AABB2D
Defined in: src/map-provider/geotiff/utils/AABB2D.ts:23
Parameters
min
max
Returns
AABB2D
Properties
max
max:
Point2D
Defined in: src/map-provider/geotiff/utils/AABB2D.ts:23
min
min:
Point2D
Defined in: src/map-provider/geotiff/utils/AABB2D.ts:23
Methods
contains()
contains(
point):boolean
Defined in: src/map-provider/geotiff/utils/AABB2D.ts:25
Parameters
point
Returns
boolean
fromTriangle()
staticfromTriangle(triangle):AABB2D
Defined in: src/map-provider/geotiff/utils/AABB2D.ts:34
Parameters
triangle
Returns
AABB2D
union()
staticunion(a,b):AABB2D
Defined in: src/map-provider/geotiff/utils/AABB2D.ts:42
Parameters
a
AABB2D
b
AABB2D
Returns
AABB2D