ConstructorOptions

Properties

Link copied to clipboard
abstract val innerRadii: Cartesian3?

The inner radii of the ellipsoid in the x, y, and z directions. Default value - options.radii

Link copied to clipboard
abstract val maximumClock: Double?

The maximum angle lying in the xy-plane measured from the positive x-axis and toward the positive y-axis. Default value - 2*PI

Link copied to clipboard
abstract val maximumCone: Double?

The maximum angle measured from the positive z-axis and toward the negative z-axis. Default value - PI

Link copied to clipboard
abstract val minimumClock: Double?

The minimum angle lying in the xy-plane measured from the positive x-axis and toward the positive y-axis. Default value - 0.0

Link copied to clipboard
abstract val minimumCone: Double?

The minimum angle measured from the positive z-axis and toward the negative z-axis. Default value - 0.0

Link copied to clipboard
abstract val radii: Cartesian3?

The radii of the ellipsoid in the x, y, and z directions. Default value - Cartesian3(1.0, 1.0, 1.0)

Link copied to clipboard
abstract val slicePartitions: Int?

The count of slices for the ellipsoid (Equal to the number of radial lines). Default value - 8

Link copied to clipboard
abstract val stackPartitions: Int?

The count of stacks for the ellipsoid (1 greater than the number of parallel lines). Default value - 10

Link copied to clipboard
abstract val subdivisions: Double?

The number of points per line, determining the granularity of the curvature. Default value - 128