angle between the vectors

how to get the angle between 2 vectors in pandD 3D? how to implement it??

It seems that vectors have the difference operator, you could try it.

No, it’s:

vec1.angleDeg(vec2)

Shame on me… :blush:
What’s that ‘-’ operator?

It subtracts two vectors from each other, componentwise.