Rigid body transformations
Applies a rigid body transformations to a landmark configuration or array
rigidbody(X,transx=0,transy=0,transz=0,thetax=0,thetay=0,thetaz=0)
X
: k x m matrix, or k x m x n array where k = number of landmarks and m = no of dimensions and n is no of specimenstransx
: negative shift in x-coordinatestransy
: negative shift in y-coordinatestransz
: negative shift in z-coordinatesthetax
: Rotation about x-axis in degreesthetay
: Rotation about y-axis in degreesthetaz
: Rotation about z-axis in degreesThe transformed coordinates (X - trans) Rx Ry Rz
data(gorf.dat) plotshapes ( rigidbody(gorf.dat , 0, 0, 0, 0, 0, -90 ) )
Ian Dryden