Interface for a centroid computer. The method Compute computes the centroid of a set of entities.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface ICentroidComputer<TEntity>
where TEntity : Entity
Visual Basic (Declaration)
Public Interface ICentroidComputer(Of TEntity As Entity)
Visual C++
generic<typename TEntity>
where TEntity : Entity
public interface class ICentroidComputer

Type Parameters

TEntity

[Missing <typeparam name="TEntity"/> documentation for "T:Cloudster.ICentroidComputer`1"]

See Also