@JsType(isNative=true, namespace="<global>", name="Object") public class CoplanarPolygonGeometryFromPositionsOptions extends Object
Modifier and Type | Field and Description |
---|---|
Cartesian3[] |
positions
An array of positions that defined the corner points of the polygon.
|
double |
stRotation
The rotation of the texture coordinates, in radians.
|
Number |
vertexFormat
The vertex attributes to be computed.
|
Modifier and Type | Method and Description |
---|---|
static CoplanarPolygonGeometryFromPositionsOptions |
create(Cartesian3[] positions)
Create options instance
|
@JsProperty public Cartesian3[] positions
@JsProperty public Number vertexFormat
VertexFormat.DEFAULT()
@JsProperty public double stRotation
@JsOverlay public static CoplanarPolygonGeometryFromPositionsOptions create(Cartesian3[] positions)
positions
- An array of positions that defined the corner points of the polygon.Copyright © 2019. All rights reserved.