Added docs and project management tool update
This commit is contained in:
6
doc/bu/files/computeactorgyroimpulseworld.txt
Normal file
6
doc/bu/files/computeactorgyroimpulseworld.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
#title ComputeActorGyroImpulseWorld [RCBasic Doc]
|
||||
#header sub ComputeActorGyroImpulseWorld( actor, dt, ByRef x, ByRef y, ByRef z)
|
||||
|
||||
Computes the gyroscopic impulse for an actor in an implicit manner, but in this case, it performs the calculation relative to the world frame of reference, rather than the actor’s local frame. This function is used to handle the gyroscopic effects (i.e., gyroscopic precession) of a rotating object when a torque is applied, affecting its axis of rotation.
|
||||
|
||||
#ref ComputeActorGyroImpulseLocal
|
||||
Reference in New Issue
Block a user