EllipsoidSurfaceRegionBuilderGetCentroid Method |
Computes the centroid of the input points.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected Cartesian GetCentroid(
List<Cartographic> nodes
)
Protected Function GetCentroid (
nodes As List(Of Cartographic)
) As Cartesian
protected:
Cartesian GetCentroid(
List<Cartographic>^ nodes
)
member GetCentroid :
nodes : List<Cartographic> -> Cartesian
Parameters
- nodes
- Type: System.Collections.GenericListCartographic
The nodes, of which the centroid is sought.
Return Value
Type:
CartesianThe centroid.
See Also