Example #1
0
 /// Clamp point object to the specified len.
 public CCPoint Clamp(float len)
 {
     return(CCPoint.Clamp(this, len));
 }