Package | Description |
---|---|
org.cesiumjs.cs.core.geometry |
Modifier and Type | Method and Description |
---|---|
static PolygonOutlineGeometry |
PolygonOutlineGeometry.fromPositions(PolygonOutlineGeometryOptions options)
A description of a polygon outline from an array of positions.
|
static PolygonOutlineGeometry |
PolygonOutlineGeometry.unpack(double[] array)
Retrieves an instance from a packed array.
|
static PolygonOutlineGeometry |
PolygonOutlineGeometry.unpack(double[] array,
int startingIndex)
Retrieves an instance from a packed array.
|
static PolygonOutlineGeometry |
PolygonOutlineGeometry.unpack(double[] array,
int startingIndex,
PolygonOutlineGeometry result)
Retrieves an instance from a packed array.
|
Modifier and Type | Method and Description |
---|---|
static Geometry |
PolygonOutlineGeometry.createGeometry(PolygonOutlineGeometry polygonGeometry)
Computes the geometric representation of a polygon outline, including its vertices, indices, and a bounding sphere.
|
static double[] |
PolygonOutlineGeometry.pack(PolygonOutlineGeometry value,
double[] array)
Stores the provided instance into the provided array.
|
static double[] |
PolygonOutlineGeometry.pack(PolygonOutlineGeometry value,
double[] array,
int startingIndex)
Stores the provided instance into the provided array.
|
static PolygonOutlineGeometry |
PolygonOutlineGeometry.unpack(double[] array,
int startingIndex,
PolygonOutlineGeometry result)
Retrieves an instance from a packed array.
|
Copyright © 2019. All rights reserved.