Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Vector3d a, Vector3d b) |
None | __init__ (self, RigidXf3d arg0) |
AffineXf3d | linearXf (self) |
AffineXf3d | rigidXf (self) |
Vector3d | a (self) |
None | a (self, Vector3d arg1) |
Vector3d | b (self) |
None | b (self, Vector3d arg1) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::RigidXf3d rigid transformation preserving all distances: y = A*x + b, where A is rotation matrix 3x3 stored as 3 angles, and b is shift vector
None mrmeshpy.RigidXf3d.__init__ | ( | self | ) |
None mrmeshpy.RigidXf3d.__init__ | ( | self, | |
RigidXf3d | arg0 ) |
Implicit copy constructor.
|
staticprotected |
Vector3d mrmeshpy.RigidXf3d.a | ( | self | ) |
rotation angles relative to x,y,z axes
None mrmeshpy.RigidXf3d.a | ( | self, | |
Vector3d | arg1 ) |
Vector3d mrmeshpy.RigidXf3d.b | ( | self | ) |
shift
None mrmeshpy.RigidXf3d.b | ( | self, | |
Vector3d | arg1 ) |
AffineXf3d mrmeshpy.RigidXf3d.linearXf | ( | self | ) |
converts this into not-rigid transformation but with matrix, which linearly depends on angles
AffineXf3d mrmeshpy.RigidXf3d.rigidXf | ( | self | ) |
converts this into rigid transformation, which non-linearly depends on angles