> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Centroid of Points

> AI context for Centroid of Points. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/ntop/centroid-of-points).

## Summary

This custom blocks creates the centroidal point of a list of points

## Package Details

| Field            | Value                                               |
| ---------------- | --------------------------------------------------- |
| **ID**           | `centroid-of-points`                                |
| **Type**         | Block                                               |
| **Author**       | nTop                                                |
| **Version**      | 1.0.0                                               |
| **nTop Version** | 5.44+                                               |
| **Domain**       | Geometry                                            |
| **Complexity**   | Beginner                                            |
| **Tags**         | `centroid`, `points`, `average`, `geometry`, `list` |
| **License**      | MIT                                                 |
| **Verified**     | Yes                                                 |

***

This custom blocks creates the centroidal point of a list of points

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/ntop/centroid-of-points/`.

## Inputs

| Name     | Type       | Description                                       |
| -------- | ---------- | ------------------------------------------------- |
| `Points` | Point List | Points for which the centroid is to be calculated |

## Outputs

| Name      | Type  | Description |
| --------- | ----- | ----------- |
| `Point_0` | Point | Output.     |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/centroid-of-points](https://community.ntop.com/packages/ntop/centroid-of-points)
