Vbase3 dot function

I am assuming this function is the dot product function. Does it work as follows?:

float f = vec1.dot(vec2);

Any assistance would be great.

altho it appears to be a c++ there is nothing wrong with your assumption. did you try it that line?

Not yet, actually working in Python, just don’t know how some things work in python yet

in python it would me just the same. except for the float.

f = vec1.dot(vec2)