computeOccludeePointFromRectangle
fun computeOccludeePointFromRectangle(rectangle: Rectangle, ellipsoid: Ellipsoid? = definedExternally): Any(source)
Computes a point that can be used as the occludee position to the visibility functions from a rectangle.
Return
An object containing two attributes: occludeePoint
and valid
which is a boolean value.
Parameters
rectangle
The rectangle used to create a bounding sphere.
ellipsoid
The ellipsoid used to determine positions of the rectangle. Default value - Ellipsoid.default