Click or drag to resize

UtilAveragePoints Method

[Missing <summary> documentation for "M:PolyFramework.Util.AveragePoints(System.Collections.Generic.IEnumerable{Rhino.Geometry.Point3d})"]

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static Point3d AveragePoints(
	IEnumerable<Point3d> points
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d

[Missing <param name="points"/> documentation for "M:PolyFramework.Util.AveragePoints(System.Collections.Generic.IEnumerable{Rhino.Geometry.Point3d})"]

Return Value

Type: Point3d

[Missing <returns> documentation for "M:PolyFramework.Util.AveragePoints(System.Collections.Generic.IEnumerable{Rhino.Geometry.Point3d})"]

See Also