net.WriteNormal
Description
Writes a normalized/direction vector ( Vector with length of 1 ) to the net message.
This function uses less bandwidth compared to net.WriteVector and will not send vectors with length of > 1 properly.
Arguments
Example
Showcases the difference between this function and net.WriteVector.
Output: 69 nil
1.218750 2.343750 3.437500
27 nil
1.000000 1.000000 0.000000
27 nil
0.283341 0.538349 0.793661
27 nil
0.499756 -0.499756 0.707452