|
Britbot
|
returns the length of the vector (as a double) might be used to normalize vectors for some computation
Definition at line 275 of file HeadingVector.cs. {
return Math.Sqrt(NormSquared());
}
|
1.7.6.1