Package | Description |
---|---|
org.cesiumjs.cs.core.geometry |
Modifier and Type | Method and Description |
---|---|
static BoxOutlineGeometry |
BoxOutlineGeometry.fromAxisAlignedBoundingBox(AxisAlignedBoundingBox boundingBox)
Creates an outline of a cube from the dimensions of an AxisAlignedBoundingBox.
|
static BoxOutlineGeometry |
BoxOutlineGeometry.fromDimensions(BoxOutlineGeometryOptions options)
Creates an outline of a cube centered at the origin given its dimensions.
|
static BoxOutlineGeometry |
BoxOutlineGeometry.unpack(double[] array)
Retrieves an instance from a packed array.
|
static BoxOutlineGeometry |
BoxOutlineGeometry.unpack(double[] array,
Integer startingIndex)
Retrieves an instance from a packed array.
|
static BoxOutlineGeometry |
BoxOutlineGeometry.unpack(double[] array,
Integer startingIndex,
BoxOutlineGeometry result)
Retrieves an instance from a packed array.
|
Modifier and Type | Method and Description |
---|---|
static Geometry |
BoxOutlineGeometry.createGeometry(BoxOutlineGeometry boxGeometry)
Computes the geometric representation of an outline of a box, including its vertices, indices, and a bounding sphere.
|
static double[] |
BoxOutlineGeometry.pack(BoxOutlineGeometry value,
double[] array)
Stores the provided instance into the provided array.
|
static double[] |
BoxOutlineGeometry.pack(BoxOutlineGeometry value,
double[] array,
Integer startingIndex)
Stores the provided instance into the provided array.
|
static BoxOutlineGeometry |
BoxOutlineGeometry.unpack(double[] array,
Integer startingIndex,
BoxOutlineGeometry result)
Retrieves an instance from a packed array.
|
Copyright © 2019. All rights reserved.