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