Quaternion Step Integrator Type
Indicates type of quaternion integrator step. Different types exist with different levels of accuracy and computation accuracy.
Entries
Link copied to clipboard
Performs quaternion integration using Euler's method, which is the item accurate and has the smallest computational complexity.
Link copied to clipboard
Performs quaternion integration using Runge-Kutta of 4th order (aka RK4) algorithm, which offers high accuracy at the expense of higher computational complexity.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.