computeCorners
fun computeCorners(result: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>?? = definedExternally): ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>(source)
Computes the eight corners of an oriented bounding box. The corners are ordered by (-X, -Y, -Z), (-X, -Y, +Z), (-X, +Y, -Z), (-X, +Y, +Z), (+X, -Y, -Z), (+X, -Y, +Z), (+X, +Y, -Z), (+X, +Y, +Z).
Return
The modified result parameter or a new array if none was provided.
Parameters
result
An array of eight Cartesian3 instances onto which to store the corners.