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