[Community Puzzle] Triangle Toggle

Little stuck on this one. Passing all tests and all validators other than validator 4.

Does it do anything specific that the others don’t?

Edit:
Reworked the approach and got it to pass. I think it’s the straight edge assumption. Switching to actual vector math to solve it passed it.