CADability dotNET
Creates a new GeoPoint at the center of the points provided in the parameter list.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static GeoPoint Center(
	params GeoPoint[] p
)
Visual Basic
Public Shared Function Center ( _
	ParamArray p As GeoPoint() _
) As GeoPoint
Visual C++
public:
static GeoPoint Center(
	... array<GeoPoint>^ p
)

Parameters

p
Type: array<CADability..::..GeoPoint>[]()[][]
List of points

Return Value

The geometric center of p

See Also