|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Apply a transformation matrix (stored to a yaml file) onto point data. More...
Functions | |
| def | myparser () |
| def | valid_file (str filename) |
| def | valid_dir (str directory) |
| def | read_trfm (trfmf) |
| def | apply_trfm (pts, trfm) |
| def | main (opts) |
Variables | |
| string | epilog |
| def | args = myparser().parse_args() |
Apply a transformation matrix (stored to a yaml file) onto point data.
| def bin.trfm.apply_trfm | ( | pts, | |
| trfm | |||
| ) |
| def bin.trfm.main | ( | opts | ) |
| def bin.trfm.myparser | ( | ) |
| def bin.trfm.read_trfm | ( | trfmf | ) |
| def bin.trfm.valid_dir | ( | str | directory | ) |
| def bin.trfm.valid_file | ( | str | filename | ) |
| def bin.trfm.args = myparser().parse_args() |