getTranslation

Get translation information from matrix

Vector!(T, U - 1)
getTranslation
(
T
uint U
)
(
const Matrix!(T, U, U) m
)
if (
U > 0
)

Return Value

Type: Vector!(T, U - 1)

translation vector for the matrix

Meta