• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Get the edges' positions of a physics object

Mert

Member
So, I have a triangular physics object, like this;
/\
/ \
/__\
Edit : Yeah I tried to draw a triangle :D

I want to get the edge points of this object. This object may be rotated so I need to access to the position values.

How can I get the positions of them?
 
Top