getTrafo4x4: get 4x4 Transformation matrix

View source: R/rotonto.r

getTrafo4x4R Documentation

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

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

Morpho documentation built on Feb. 16, 2023, 10:51 p.m.