wk_trans_inverse {wk} | R Documentation |
Generic transform class
Description
Generic transform class
Usage
wk_trans_inverse(trans, ...)
as_wk_trans(x, ...)
## S3 method for class 'wk_trans'
as_wk_trans(x, ...)
new_wk_trans(trans_ptr, subclass = character())
Arguments
trans |
An external pointer to a wk_trans object |
... |
Passed to S3 methods |
x |
An object to be converted to a transform. |
trans_ptr |
An external pointer to a wk_trans_t transform struct. |
subclass |
An optional subclass to apply to the pointer |
[Package wk version 0.9.2 Index]