Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The syntax of every intrinsic function in Quaestor is described in the wiki, see the functions overview. The syntax above means the following.

  • The parameter Inpol_Rel_B will be the linear interpolated dimensionless width at a desired frame number (Frame).
  • @Hull is the object containing all the data you want to use for interpolation.
  • 2 is the number of dimensions in which the interpolation will take place
  • @Frame makes sure the column Frame of object Hull will be used as the parameter X in the interpolation.
  • @Rel_B makes sure the column Rel_B of object Hull will be used as the parameter Y in the interpolation
  • Frame is the input parameter for which an interpolated value should be obtained

...