Click or drag to resize

Point3DCentroid Method

Returns the centroid of multiple points.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public static Point3D Centroid(
	params Point3D[] points
)

Parameters

points  Point3D

[Missing <param name="points"/> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.Centroid(RAYLASE.SPICE3.Utils.Point3D[])"]

Return Value

Point3D

[Missing <returns> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.Centroid(RAYLASE.SPICE3.Utils.Point3D[])"]

See Also