> ## 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.

# Area of 3 Points

> AI context for Area of 3 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/area-of-3-points).

## Summary

Calculates the area of the triangle created from 3 points in coordinate space.

## Package Details

| Field            | Value                                                       |
| ---------------- | ----------------------------------------------------------- |
| **ID**           | `area-of-3-points`                                          |
| **Type**         | Block                                                       |
| **Author**       | nTop                                                        |
| **Version**      | 1.0.0                                                       |
| **nTop Version** | 5.44+                                                       |
| **Domain**       | Geometry                                                    |
| **Complexity**   | Beginner                                                    |
| **Tags**         | `area`, `triangle`, `geometry`, `coordinate`, `measurement` |
| **License**      | MIT                                                         |
| **Verified**     | Yes                                                         |

***

Calculates the area of the triangle created from 3 points in coordinate space.

## 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/area-of-3-points/`.

## Inputs

| Name      | Type  | Description                   |
| --------- | ----- | ----------------------------- |
| `Point 1` | Point | First point of the triangle.  |
| `Point 2` | Point | Second point of the triangle. |
| `Point 3` | Point | Third point of the triangle.  |

## Outputs

| Name               | Type   | Description                     |
| ------------------ | ------ | ------------------------------- |
| `Area of Triangle` | Scalar | Computes the area of a triangle |

## License

MIT.

***

## Source

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