Beispiel #1
0
 private static bool CheckAABB_Polygon(CAABB col1, CPolygon col2, Transform2D trans1, Transform2D trans2)
 {
     return(false);
 }
Beispiel #2
0
 private static bool CheckRay_Polygon(CRay col1, CPolygon col2, Transform2D trans1, Transform2D trans2)
 {
     return(false);
 }
Beispiel #3
0
 private static bool CheckCircle_Polygon(CCircle col1, CPolygon col2, Transform2D trans1, Transform2D trans2)
 {
     return(false);
 }
Beispiel #4
0
 private static bool CheckSeg_Polygon(CSegment col1, CPolygon col2, Transform2D trans1, Transform2D trans2)
 {
     return(false);
 }