add help docs and ?

This commit is contained in:
2026-03-30 23:10:42 -07:00
parent ced43bec4f
commit 63d76bac72
76 changed files with 2184 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
# Coordinate Pair
Combine two COORD values into a single COORDPAIR for use with nodes that accept a line segment or marker pair input.
## Inputs
| Name | Type | Required | Description |
|------|------|----------|-------------|
| a | COORD | Yes | First coordinate (x, y) in fractional [0, 1] units |
| b | COORD | Yes | Second coordinate (x, y) in fractional [0, 1] units |
## Outputs
| Name | Type | Description |
|------|------|-------------|
| coord_pair | COORDPAIR | Pair of coordinates as a single value |
## Controls
None.
## Limitations
- Coordinates are expected to be in the [0, 1] fractional range; values outside this range may produce unexpected results in downstream nodes.