fromPoints

fun fromPoints(cartesians: ReadonlyArray<Cartesian3>, ellipsoid: Ellipsoid? = definedExternally): EllipsoidTangentPlane(source)

Creates a new instance from the provided ellipsoid and the center point of the provided Cartesians.

Return

The new instance of EllipsoidTangentPlane.

Parameters

cartesians

The list of positions surrounding the center point.

ellipsoid

The ellipsoid to use. Default value - Ellipsoid.default

See also