Length() public method

public Length ( ) : float
return float
Beispiel #1
0
 public static Normal3D Normalize(Normal3D v)
 {
     return v / v.Length();
 }
Beispiel #2
0
 public static Normal3D Normalize(Normal3D v)
 {
     return(v / v.Length());
 }