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

# Point at Intersection of Two Lines

> AI context for Point at Intersection of Two Lines. 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/DaveMakesStuff/point-at-intersection-of-two-lines).

> **Community submission — not verified by nTop.** This package was submitted by an outside community member and has not been reviewed or verified by nTop. Treat its accuracy, safety, and compatibility claims with appropriate caution.

## Summary

Create a point at the intersection of two lines on the same plane.

## Package Details

| Field            | Value                                |
| ---------------- | ------------------------------------ |
| **ID**           | `point-at-intersection-of-two-lines` |
| **Type**         | Block                                |
| **Author**       | DaveMakesStuff                       |
| **Version**      | 0.1.0                                |
| **nTop Version** | 4.12+                                |
| **Domain**       | Geometry                             |
| **Complexity**   | Intermediate                         |
| **Tags**         | `line`, `point`, `intersection`      |
| **License**      | MIT                                  |
| **Verified**     | No                                   |

***

Create a point at the intersection of two lines on the same plane. If the lines do not intersect, a warning is given and the block outputs an approximation of the intersection point between the two lines.

## 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/DaveMakesStuff/point-at-intersection-of-two-lines/`.

## Usage

1. Open the provided `.ntop` file in nTop 4.12+.
2. Input two lines on the same plane

## Inputs & outputs

| Name                    | Type  | Notes                   |
| ----------------------- | ----- | ----------------------- |
| `Line 1`                | Line  | First line to evaluate  |
| `Line 2`                | Line  | Second line to evaluate |
| `Point at Intersection` | Point | Main result             |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/DaveMakesStuff/point-at-intersection-of-two-lines](https://community.ntop.com/packages/DaveMakesStuff/point-at-intersection-of-two-lines)
