@JsType(isNative=true,
namespace="<global>",
name="Object")
public class EllipsoidOutlineGeometryOptions
extends Object
EllipsoidOutlineGeometry.| Modifier and Type | Field and Description |
|---|---|
Cartesian3 |
radii
The radii of the ellipsoid in the x, y, and z directions.
|
Integer |
slicePartitions
The number of times to partition the ellipsoid into radial slices.
|
Integer |
stackPartitions
The number of times to partition the ellipsoid into stacks.
|
int |
subdivisions
The number of points per line, determining the granularity of the curvature.
|
| Constructor and Description |
|---|
EllipsoidOutlineGeometryOptions() |
@JsProperty public Cartesian3 radii
@JsProperty public Integer stackPartitions
@JsProperty public Integer slicePartitions
@JsProperty public int subdivisions
Copyright © 2019. All rights reserved.