Exemple #1
0
 public virtual float getLength()
 {
     return(AsMath.sqrt(x * x + y * y));
 }