示例#1
0
 private static bool CheckSeg_Ray(CSegment col1, CRay col2, Transform2D trans1, Transform2D trans2)
 {
     return(false);
 }
示例#2
0
 private static bool CheckSeg_AABB(CSegment col1, CAABB col2, Transform2D trans1, Transform2D trans2)
 {
     return(false);
 }
示例#3
0
 private static bool CheckSeg_Polygon(CSegment col1, CPolygon col2, Transform2D trans1, Transform2D trans2)
 {
     return(false);
 }
示例#4
0
 private static bool CheckSeg_Circle(CSegment col1, CCircle col2, Transform2D trans1, Transform2D trans2)
 {
     return(false);
 }