|
Britbot
|
calculates the dot product for two vectors used to check if angles are sharp or doll (if they are the correct terms)
Definition at line 128 of file HeadingVector.cs. {
return hv1.X * hv2.X + hv1.Y * hv2.Y;
}
|
1.7.6.1