WPF Paths Collision detection?
问题 I have two hexagon shapes <Path Stroke="Black" HorizontalAlignment="Left" VerticalAlignment="Top" Fill="Red" StrokeThickness="1" Name="Hex1" Canvas.Left="31.343" Canvas.Top="26.866" Height="163.687" Stretch="Fill" Width="159.134" > <Path.Data> <PathGeometry > <PathGeometry.Figures> <PathFigureCollection > <PathFigure StartPoint="43,0"> <PathFigure.Segments> <PathSegmentCollection > <PolyLineSegment Points="43,0"/> <PolyLineSegment Points="86,25"/> <PolyLineSegment Points="86,75"/>