Sample Data
Coordinates of three points defining a vector shape in Figma's vector editing mode.
| Cell | Value |
|---|---|
| A1 | Point 1 X |
| B1 | Point 1 Y |
| A2 | 100 |
| B2 | 150 |
| A3 | Point 2 X |
| B3 | Point 2 Y |
| A4 | 200 |
| B4 | 250 |
| A5 | Point 3 X |
| B5 | Point 3 Y |
| A6 | 300 |
| B6 | 350 |
Coordinates of three points defining a vector shape in Figma's vector editing mode.
| Cell | Value |
|---|---|
| A1 | Point 1 X |
| B1 | Point 1 Y |
| A2 | 100 |
| B2 | 150 |
| A3 | Point 2 X |
| B3 | Point 2 Y |
| A4 | 200 |
| B4 | 250 |
| A5 | Point 3 X |
| B5 | Point 3 Y |
| A6 | 300 |
| B6 | 350 |
Distance = SQRT((X2 - X1)^2 + (Y2 - Y1)^2)A B 1 Point1X Point1Y 2 100 150 3 Point2X Point2Y 4 200 250 Arrows: A2 -> A4, B2 -> B4 (coordinates used for distance calculation)
A B C 1 Point1X Point1Y Distance 2 100 150 3 Point2X Point2Y 4 200 250 141.42