TranslatePoint.SetTranslation

Sets the translation amounts to apply to the ( @a x, @a y, @a z ) coordinates of the input value.

@param xTranslation The translation amount to apply to the @a x coordinate. @param yTranslation The translation amount to apply to the @a y coordinate. @param zTranslation The translation amount to apply to the @a z coordinate.

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)
  2. void SetTranslation(double xTranslation, double yTranslation, double zTranslation)
    class TranslatePoint
    void
    SetTranslation
    (,,)

Meta