float dotProduct = Va.x*Vb.x + Va.y*Vb.y + Va.z*Vb.z;