Skip to content

Commit 8cc93f6

Browse files
committed
Typo
1 parent ded329b commit 8cc93f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Triangle Coordinates
22

3-
Triangle Coordinates system I came up with for my Color Picker. It feels like it's basically a variant of Barycentric Coordinates, but I'm actually not sure about it. There is no constrains on the same of the parameters `t₁` and `t₂`. The only constraint is that they must be the values between 0 and 1.
3+
Triangle Coordinates system I came up with for my Color Picker. It feels like it's basically a variant of Barycentric Coordinates, but I'm actually not sure about it. There is no constraints on the sum of the parameters `t₁` and `t₂`. The only constraint is that they must be the values between 0 and 1.
44

5-
But maybe this is a variant of Barycentric Coordinates, I don't know, I'm not good at math.
5+
But maybe this \*is* a variant of Barycentric Coordinates, I don't know, I'm not good at math.
66

77
You can play with the coordinates here: https://tsoding.github.io/triangle-coordinates/
88

0 commit comments

Comments
 (0)