Click or drag to resize

EllipsoidSurfaceRegionBuilderGetCentroid Method

Computes the centroid of the input points.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected Cartesian GetCentroid(
	List<Cartographic> nodes
)

Parameters

nodes
Type: System.Collections.GenericListCartographic
The nodes, of which the centroid is sought.

Return Value

Type: Cartesian
The centroid.
See Also