Package | Description |
---|---|
org.cesiumjs.cs.core.geometry |
Modifier and Type | Method and Description |
---|---|
static WallOutlineGeometry |
WallOutlineGeometry.fromConstantHeights(WallOutlineGeometryOptions options)
A description of a wall, which is similar to a KML line string.
|
static WallOutlineGeometry |
WallOutlineGeometry.unpack(double[] array)
Retrieves an instance from a packed array.
|
static WallOutlineGeometry |
WallOutlineGeometry.unpack(double[] array,
int startingIndex)
Retrieves an instance from a packed array.
|
static WallOutlineGeometry |
WallOutlineGeometry.unpack(double[] array,
int startingIndex,
WallOutlineGeometry result)
Retrieves an instance from a packed array.
|
Modifier and Type | Method and Description |
---|---|
static Geometry |
WallOutlineGeometry.createGeometry(WallOutlineGeometry wallGeometry)
Computes the geometric representation of a wall, including its vertices, indices, and a bounding sphere.
|
static double[] |
WallOutlineGeometry.pack(WallOutlineGeometry value,
double[] array)
Stores the provided instance into the provided array.
|
static double[] |
WallOutlineGeometry.pack(WallOutlineGeometry value,
double[] array,
int startingIndex)
Stores the provided instance into the provided array.
|
static WallOutlineGeometry |
WallOutlineGeometry.unpack(double[] array,
int startingIndex,
WallOutlineGeometry result)
Retrieves an instance from a packed array.
|
Copyright © 2019. All rights reserved.