Click or drag to resize

EllipsoidSurfaceRegionBuilder.GetCentroid Method

Computes the centroid of the input points.

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

Parameters

nodes
Type: System.Collections.Generic.List<Cartographic>
The nodes, of which the centroid is sought.

Return Value

Type: Cartesian
The centroid.
See Also