set rotation with a vector

Can I set the angle of my node if i have a Vec3 vector, not a HPR value?

Perhaps you want nodePath.lookAt()?

Yeah, i guess i could use that by having the position values relative to the node itself.