as_transform3d {affiner} | R Documentation |
as_transform3d()
casts to a transform3d()
affine transformation matrix
as_transform3d(x, ...)
## S3 method for class 'transform3d'
as_transform3d(x, ...)
## Default S3 method:
as_transform3d(x, ...)
x |
An object that can be cast to a |
... |
Further arguments passed to or from other methods |
A transform3d()
object
m <- diag(4L)
as_transform3d(m)