apply_transformation {LOMAR} | R Documentation |
apply_transformation
Description
Apply rotation and translation to a point set
Usage
apply_transformation(X, R, t, s)
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 |
Value
transformed point set as a N x D matrix
[Package LOMAR version 0.4.0 Index]