예제 #1
0
파일: Math2d.cs 프로젝트: footprint/Math2d
 public bool Contains(ref Vector2 pt)
 {
     return(Math2d.IsPointInTriangle(ref pt, ref p1, ref p2, ref p3));
 }