ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var radius: Double?

The radius of the sphere. Default value - 1.0

Link copied to clipboard
abstract var slicePartitions: Int?

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

Link copied to clipboard
abstract var stackPartitions: Int?

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

Link copied to clipboard
abstract var subdivisions: Double?

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