Rotate 3D
Rotates a Vector3 (Float) about a specified unit axis vector.
Parameter Types
Parameter descriptions
InThe vector to rotate.
AmountThe amount of degrees to rotate the
Invector; the default is0.AxisThe unit axis vector that the node rotates the
Invector around; the default(0, 1, 0).