I want to determinate the intersection's Rect / Polygon of 2 overlapping SkNodes
in Sprite-kit
.
The method :
SKNode.intersectsNode(<#T##SKNode#>)
returns only true or false if there is an intersection, but i want to know also the intersection's area.
Can somebody help me? (I want to determinate the green triangle)