Last updated

API / geotoolkit / util / GeometryUtil / GeometryUtil

Namespace: GeometryUtil

util.GeometryUtil.GeometryUtil

Table of contents

Type Aliases

Contents

Type Aliases

RoundRectRadius

Ƭ RoundRectRadius: Object

corner radius in device model space

Type declaration

NameTypeDescription
bottomleft?number | { x?: number ; y?: number }bottomleft corner radius in device model space
bottomright?number | { x?: number ; y?: number }bottomright corner radius in device model space
topleft?number | { x?: number ; y?: number }topleft corner radius in device model space
topright?number | { x?: number ; y?: number }topright corner radius in device model space