Category:ProtoFlux:Math:Rotation: Difference between revisions

Category page
Added missing node for this category.
Added 1 missing node link in this category.
 
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Angular Velocity Delta|| Returns the rotation ([[Type:floatQ|floatQ]]) of the change of velocity.
|Axis Angle|| Returns a Rotation ([[Type:floatQ|floatQ]]) using an axis and the amount of angles
|Axis Angle|| Returns a Rotation ([[Type:floatQ|floatQ]]) using an axis and the amount of angles
|Euler Angles|| Allows you to convert to the XYZ Euler rotations of a Rotation ([[Type:floatQ|floatQ]])
|Euler Angles|| Allows you to convert to the XYZ Euler rotations of a Rotation ([[Type:floatQ|floatQ]])

Latest revision as of 10:25, 30 January 2025

Nodes
Node Name Description
Angular Velocity Delta Returns the rotation (floatQ) of the change of velocity.
Axis Angle Returns a Rotation (floatQ) using an axis and the amount of angles
Euler Angles Allows you to convert to the XYZ Euler rotations of a Rotation (floatQ)
From Euler Allows you to convert from XYZ Euler to floatQ
From To Rotation Returns a Rotation (floatQ) using a start and end rotation point
Inverse Rotation Gives you the rotation to add to the previous rotation to make 0 rotation
Lerp Returns a interpolation of a Rotation (floatQ)
Look Rotation Returns a Rotation (floatQ) using the forward and up directions
Pow Returns a rotation (floatQ) that has been raised to a power.
To Axis Angle Returns an axis and the amount of angles, using a Rotation (floatQ)