Type Alias: GeoCircleResamplerArcVector
GeoCircleResamplerArcVector =
GeoCircleResamplerBaseVector&object
Defined in: src/sdk/geo/GeoCircleResampler.ts:53
A vector describing a projected circular arc terminating at a point resampled by GeoCircleResampler.
Type Declaration
projectedArcCenter
projectedArcCenter:
ReadonlyFloat64Array
The center of the projected arc, in pixel coordinates.
projectedArcEndAngle
projectedArcEndAngle:
number
The radial of the end of the projected arc, in radians.
projectedArcRadius
projectedArcRadius:
number
The radius of the projected arc, in pixels.
projectedArcStartAngle
projectedArcStartAngle:
number
The radial of the start of the projected arc, in radians.
type
type:
"arc"
The type of this vector.