Function translationOf

Extract the translation transformation from the given matrix.

gfm.math.vector.Vector!(float,3) translationOf (
  gfm.math.matrix.Matrix!(float,4,4) matrix
) @property;