Learn R Programming

Morpho (version 2.1)

getTrafo4x4: get 4x4 Transformation matrix

Description

get 4x4 Transformation matrix

Usage

getTrafo4x4(x)

## S3 method for class 'rotonto': getTrafo4x4(x)

Arguments

x
object of class "rotonto"

Value

  • returns a 4x4 transformation matrix

Examples

Run this code
data(boneData)
rot <- rotonto(boneLM[,,1],boneLM[,,2])
trafo <- getTrafo4x4(rot)

Run the code above in your browser using DataLab