Click or drag to resize

Point3DCenterOf Method

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static Point3D CenterOf(
	IEnumerable<Point3D> list
)

Parameters

list
Type: System.Collections.GenericIEnumerablePoint3D

Return Value

Type: Point3D
See Also