latest
Vector
Vector Rotate

Returns rotated vector around an axis

ID

662ae7a510b6cb87640c923a

Name

Vector Rotate

Group

Vector

Package

Tool

Keywords

rt
vector

Surface

Vector

Transform

Primitive Curves

Curve Analysis

Toolset

Triangulation

Boolean Operation

Panels

Solid

Intersection

Text

Image

Analysis

Array

Creation method

There are two options for creating a Vector Rotate node.

  • The first way to create a Vector Rotate node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • rt , vector
  • The second way is to select a Vector Rotate node from the menu that opens from the top left.
    • Menu > Tool > Vector > Vector Rotate

Steps

  • Create a Vector Rotate node.
  • Connect the vector you want to rotate to the first port.
  • Connect vector rotation degree to the second port.
  • Connect the center of rotation of the vector to the third port.
  • Connect the vector in which direction the rotation will be to the fourth port.

After creating the node, connect the vector you want to rotate to the first port. Connect vector rotation degree to the second port. To the third port, connect the center of rotation to the third port and the vector to rotate to the fourth port. On the output port, you will get the rotated vector.

See also

Vector Length
Amplitude Vector
Vector Reverse

Inputs

NameTypeDescriptionDefault Value
vector
Vector
Base vector
angle
Number
Rotation angle in radians1.5707963267948966
center
Point
Center of rotationVector([0, 0, 0])
axis
Vector
Vector of rotationVector([0, 0, 1])

Outputs

NameTypeDescription
rotatedVector
Vector
Rotated vector