/
Rotate Vector
Rotate Vector
Rotates a vector by an angle/axis and save the result inside the blackboard entry.
Success: When the result value is set onto the blackboard.
Failure: When there is no valid blackboard key to write to
Running: Never
Attributes
Attributes | Type | Description |
---|---|---|
vector | vector3 | Input vector |
axis | vector3 | Rotation axis |
angle | double | Rotation angle in degrees |
blackboardKey | string | The blackboard key where the vector will be stored |
, multiple selections available,
Related content
Get Angle Between Vectors
Get Angle Between Vectors
More like this
Offset Vector
Offset Vector
More like this
Get Vector Length
Get Vector Length
More like this
Compute Direction
Compute Direction
More like this
Scale Vector
Scale Vector
More like this
Expression
Expression
More like this