Rotate point around line (axis)

Hello, community.

I’m writing a plugin, where i need to rotate point around line (axis). I found very good node, called AxisAngle. Do we have it c# equivalent in API? Or maybe someone know, how to make it?

You can use Quaternion.RotationAxis in slidmdx, then use Vector3.Transform to apply rotation.

Yep, Tonfilm in Skype recommended me the same thing. Big thx.