@JsType(isNative=true, namespace="Cesium", name="CoplanarPolygonOutlineGeometry") public class CoplanarPolygonOutlineGeometry extends Geometry implements Packable
Modifier and Type | Field and Description |
---|---|
int |
packedLength
The number of elements used to pack the object into an array.
|
attributes, boundingSphere, indices, primitiveType
Constructor and Description |
---|
CoplanarPolygonOutlineGeometry(CoplanarPolygonOutlineGeometryOptions options) |
Modifier and Type | Method and Description |
---|---|
static Geometry |
createGeometry(CoplanarPolygonOutlineGeometry polygonGeometry)
Computes the geometric representation of an arbitrary coplanar polygon, including its vertices,
indices, and a bounding sphere.
|
static CoplanarPolygonOutlineGeometry |
fromPositions(CoplanarPolygonOutlineGeometryFromPositionsOptions options)
A description of a coplanar polygon outline from an array of positions.
|
computeNumberOfVertices
@JsProperty public int packedLength
@JsConstructor public CoplanarPolygonOutlineGeometry(CoplanarPolygonOutlineGeometryOptions options)
@JsMethod public static Geometry createGeometry(CoplanarPolygonOutlineGeometry polygonGeometry)
polygonGeometry
- A description of the polygon.@JsMethod public static CoplanarPolygonOutlineGeometry fromPositions(CoplanarPolygonOutlineGeometryFromPositionsOptions options)
options
- CoplanarPolygonOutlineGeometryFromPositionsOptions
object.Copyright © 2019. All rights reserved.