![]() |
Rosetta
2021.16
|
Functions | |
| def | is_homog_xform |
| def | from_RT |
| def | from_array |
| def | as_array |
| def pyrosetta.bindings.homogeneous_transform.as_array | ( | self | ) |
Convert self a numpy.array and return it.
Returns:
numpy.array: the 4x4 matrix representing the homogenous transform.
References pyrosetta.bindings.homogeneous_transform.is_homog_xform(), and basic::options::OptionKeys::in::file.list.
| def pyrosetta.bindings.homogeneous_transform.from_array | ( | cls, | |
| xform | |||
| ) |
| def pyrosetta.bindings.homogeneous_transform.from_RT | ( | cls, | |
| RTinstance | |||
| ) |
References pyrosetta.bindings.utility.bind_classmethod().
| def pyrosetta.bindings.homogeneous_transform.is_homog_xform | ( | xforms | ) |
1.8.7