apply_transformation: apply_transformation
Description
Apply rotation and translation to a point set
Usage
apply_transformation(X, R, t, s)
Value
transformed point set as a N x D matrix
Arguments
- X
a point set as an N x D matrix
- R
D x D rotation matrix
- t
1 x D translation vector
- s
scaling factor