apply.transform.matrix: Apply an affine transformation matrix to an object.

View source: R/vis_volume_3d.R

apply.transform.matrixR Documentation

Apply an affine transformation matrix to an object.

Description

Internal workhorse of apply.transform, assumes that the matrix has already been resolved from the 'matrix_fun' parameter.

Usage

apply.transform.matrix(object, affine_matrix)

Arguments

object

the object to transform.

affine_matrix

a 4x4 affine matrix.

Value

the transformed object.


fsbrain documentation built on Sept. 27, 2026, 1:07 a.m.