Nodes Rotation Socket Documentation #104584
BIN
manual/images/node-types_FunctionNodeInvertRotation.png
(Stored with Git LFS)
Normal file
BIN
manual/images/node-types_FunctionNodeInvertRotation.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
manual/images/node-types_FunctionNodeRotateVector.png
(Stored with Git LFS)
Normal file
BIN
manual/images/node-types_FunctionNodeRotateVector.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -8,8 +8,10 @@
|
|||||||
|
|
||||||
align_euler_to_vector.rst
|
align_euler_to_vector.rst
|
||||||
rotate_euler.rst
|
rotate_euler.rst
|
||||||
|
rotate_vector.rst
|
||||||
axis_angle_to_rotation.rst
|
axis_angle_to_rotation.rst
|
||||||
euler_to_rotation.rst
|
euler_to_rotation.rst
|
||||||
rotation_to_euler.rst
|
rotation_to_euler.rst
|
||||||
rotation_to_quaternion.rst
|
rotation_to_quaternion.rst
|
||||||
quaternion_to_rotation.rst
|
quaternion_to_rotation.rst
|
||||||
|
invert_rotation.rst
|
||||||
|
@ -0,0 +1,24 @@
|
|||||||
|
.. index:: Geometry Nodes; Invert Rotation
|
||||||
|
.. _bpy.types.FunctionNodeInvertRotation:
|
||||||
|
|
||||||
|
********************
|
||||||
|
Invert Rotation Node
|
||||||
|
********************
|
||||||
|
|
||||||
|
.. figure:: /images/node-types_FunctionNodeInvertRotation.png
|
||||||
|
:align: right
|
||||||
|
:alt: Invert Rotation node.
|
||||||
|
|
||||||
|
The *Invert Rotation* node inverts a rotation.
|
||||||
|
|
||||||
|
Inputs
|
||||||
|
======
|
||||||
|
|
||||||
|
Rotation
|
||||||
|
X, Y, Z rotation value in degrees.
|
||||||
|
|
||||||
|
Outputs
|
||||||
|
=======
|
||||||
|
|
||||||
|
Rotation
|
||||||
|
The inverted rotation.
|
@ -0,0 +1,27 @@
|
|||||||
|
.. index:: Geometry Nodes; Rotate Vector
|
||||||
|
.. _bpy.types.FunctionNodeRotateVector:
|
||||||
|
|
||||||
|
******************
|
||||||
|
Rotate Vector Node
|
||||||
|
******************
|
||||||
|
|
||||||
|
.. figure:: /images/node-types_FunctionNodeRotateVector.png
|
||||||
|
:align: right
|
||||||
|
:alt: Rotate Vector node.
|
||||||
|
|
||||||
|
The *Rotate Vector* node rotates a vector by a given rotation value.
|
||||||
|
|
||||||
|
Inputs
|
||||||
|
======
|
||||||
|
|
||||||
|
Vector
|
||||||
|
The vector to rotate.
|
||||||
|
|
||||||
|
Rotation
|
||||||
|
X, Y, Z rotation value in degrees.
|
||||||
|
|
||||||
|
Outputs
|
||||||
|
=======
|
||||||
|
|
||||||
|
Vector
|
||||||
|
The rotated vector.
|
Loading…
Reference in New Issue
Block a user