ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var center: Cartesian3

The ellipse's center point in the fixed frame.

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

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

Link copied to clipboard
abstract var extrudedHeight: Double?

The distance in meters between the ellipse's extruded face and the ellipsoid surface.

Link copied to clipboard
abstract var granularity: Double?

The angular distance between points on the ellipse in radians. Default value - Math.RADIANS_PER_DEGREE

Link copied to clipboard
abstract var height: Double?

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

Link copied to clipboard
abstract var rotation: Double?

The angle of rotation counter-clockwise from north. Default value - 0.0

Link copied to clipboard
abstract var semiMajorAxis: Double

The length of the ellipse's semi-major axis in meters.

Link copied to clipboard
abstract var semiMinorAxis: Double

The length of the ellipse's semi-minor axis in meters.

Link copied to clipboard
abstract var stRotation: Double?

The rotation of the texture coordinates counter-clockwise from north. Default value - 0.0

Link copied to clipboard
abstract var vertexFormat: VertexFormat?

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