Log() public static méthode

Logs the given v.
public static Log ( Vector v ) : Vector
v Vector A variable-length parameters list containing v.
Résultat Vector
Exemple #1
0
 /// <summary>
 /// Returns the Log of the current Vector
 /// </summary>
 /// <param name="v"></param>
 /// <returns></returns>
 public static Vector Log(this Vector v)
 {
     return(Vector.Log(v));
 }