Learn R Programming

Morpho (version 2.12)

getTrafo4x4: get 4x4 Transformation matrix

Description

get 4x4 Transformation matrix

Usage

getTrafo4x4(x)

# S3 method for rotonto getTrafo4x4(x)

Value

returns a 4x4 transformation matrix

Arguments

x

object of class "rotonto"

Examples

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

Run the code above in your browser using DataLab