@JsType(isNative=true,
namespace="<global>",
name="Object")
public class CoplanarPolygonOutlineGeometryFromPositionsOptions
extends Object
CoplanarPolygonOutlineGeometry.fromPositions(CoplanarPolygonOutlineGeometryFromPositionsOptions)| Modifier and Type | Field and Description |
|---|---|
Cartesian3[] |
positions
An array of positions that defined the corner points of the polygon.
|
| Modifier and Type | Method and Description |
|---|---|
static CoplanarPolygonOutlineGeometryFromPositionsOptions |
create(Cartesian3[] positions) |
@JsProperty public Cartesian3[] positions
@JsOverlay public static CoplanarPolygonOutlineGeometryFromPositionsOptions create(Cartesian3[] positions)
Copyright © 2019. All rights reserved.