Created a page for the Torque Estimate node. |
m YoshBot moved page ProtoFlux:Torque Estimate to ProtoFlux:TorqueEstimate: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:37, 21 August 2025
Torque Estimate
Physics
The Torque Estimate node takes in the initial torque, drag resistance, and the amount of time it is simulating, then returns the torque simulation value (as a floatQ) that object will rotate in.
Inputs
InitialTorque (float3)
The amount of push for this torque.
Drag (float)
The amount of resistance for this torque.
Time (float)
The time in between the initial torque and now.
Outputs
* (floatQ)
Returns the estimated torque within that time period.