Function getTranslation

  • Returns the translation component of a 3-by-3 matrix as a vector with 3 entries.

    Type Parameters

    Parameters

    • m: BaseArgType

      The matrix.

    • Optional dst: T

      vector to hold result. If not passed a new one is created.

    Returns T

    The translation component of m.