TranslatePoint.SetTranslation

Sets the translation amount to apply to the input value.

@param translation The translation amount to apply.

The GetValue() method moves the ( @a x, @a y, @a z ) coordinates of the input value by a translation amount before returning the output value from the source module

  1. void SetTranslation(double translation)
    class TranslatePoint
    void
    SetTranslation
    ()
  2. void SetTranslation(double xTranslation, double yTranslation, double zTranslation)

Meta