Beispiel #1
0
 internal bool Contains(Vector2 inVector2)
 {
     return(_shape.Contains(inVector2));
 }