Get center of the cluster's boundaries

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Center As Vector3
C#
public Vector3 Center { get; }
Visual C++
public:
property Vector3 Center {
	Vector3 get ();
}
JavaScript
function get_center();

See Also