getTrafo4x4 | R Documentation |
get 4x4 Transformation matrix
getTrafo4x4(x)
## S3 method for class 'rotonto'
getTrafo4x4(x)
x |
object of class "rotonto" |
returns a 4x4 transformation matrix
data(boneData)
rot <- rotonto(boneLM[,,1],boneLM[,,2])
trafo <- getTrafo4x4(rot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.