/datum/shape | A simple geometric shape for testing collisions and intersections. This one is a single point. |
/datum/shape/rectangle | A simple geometric shape for testing collisions and intersections. This one is an axis-aligned rectangle. |
/datum/shape/rectangle/square | A simple geometric shape for testing collisions and intersections. This one is an axis-aligned square. |
/datum/shape/ellipse | A simple geometric shape for testing collisions and intersections. This one is an axis-aligned ellipse. |
/datum/shape/ellipse/circle | A simple geometric shape for testing collisions and intersections. This one is a circle. |
---|