ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var center: Cartesian3

The circle's center point in the fixed frame.

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

The ellipsoid the circle will be on. Default value - Ellipsoid.default

Link copied to clipboard
abstract var extrudedHeight: Double?

The distance in meters between the circle's extruded face and the ellipsoid surface. Default value - 0.0

Link copied to clipboard
abstract var granularity: Double?

The angular distance between points on the circle in radians. Default value - 0.02

Link copied to clipboard
abstract var height: Double?

The distance in meters between the circle and the ellipsoid surface. Default value - 0.0

Link copied to clipboard
abstract var radius: Double

The radius in meters.

Link copied to clipboard
abstract var stRotation: Double?

The rotation of the texture coordinates, in radians. A positive rotation is counter-clockwise. Default value - 0.0

Link copied to clipboard
abstract var vertexFormat: VertexFormat?

The vertex attributes to be computed. Default value - VertexFormat.DEFAULT