Just had my first ever pull request merged into an open source project. Very happy. Just an insignificantly tiny fix to this handy 3D pathfinding system for Unity: https://t.co/ETYUoikkVp
@tomjeffreys Best way to siphon funds into the construction/development industry for sure (an appropriate symbol for culture, I suppose) https://t.co/zKrbR0rtu6
"Sunlight faintly scattered by interplanetary dust, the zodiacal light traces the Solar System's ecliptic plane in a complete circle through the starry sky" (pardon?)
my favorite way to see if a point is inside or outside a path, is using its winding number🍥
traverse the path from the perspective of a point and add up the amount of turning along the way
if it made a full turn, it's inside
if it wound back to 0, it's outside
it's so neat~💖