Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Vector3d a, Vector3d b, float s) |
| None | __init__ (self, RigidScaleXf3d arg0) |
| AffineXf3d | linearXf (self) |
| AffineXf3d | rigidScaleXf (self) |
| Vector3d | a (self) |
| None | a (self, Vector3d arg1) |
| Vector3d | b (self) |
| None | b (self, Vector3d arg1) |
| float | s (self) |
| None | s (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| RigidScaleXf3d | operator (*args, **kwargs) |
| RigidScaleXf3d | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_a = 0 |
| typing | _offsetof_b = 24 |
| typing | _offsetof_s = 48 |
Generated from: MR::RigidScaleXf3d rigid (with scale) transformation that multiplies all distances on same scale: y = s*A*x + b, where s is a scalar, A is rotation matrix 3x3 stored as 3 angles, and b is shift vector
|
static |
| None mrmeshpy.RigidScaleXf3d.__init__ | ( | self | ) |
| None mrmeshpy.RigidScaleXf3d.__init__ | ( | self, | |
| RigidScaleXf3d | arg0 ) |
Implicit copy constructor.
| Vector3d mrmeshpy.RigidScaleXf3d.a | ( | self | ) |
rotation angles relative to x,y,z axes
| None mrmeshpy.RigidScaleXf3d.a | ( | self, | |
| Vector3d | arg1 ) |
| Vector3d mrmeshpy.RigidScaleXf3d.b | ( | self | ) |
shift
| None mrmeshpy.RigidScaleXf3d.b | ( | self, | |
| Vector3d | arg1 ) |
| AffineXf3d mrmeshpy.RigidScaleXf3d.linearXf | ( | self | ) |
converts this into not-rigid transformation but with matrix, which linearly depends on angles
|
static |
|
static |
| AffineXf3d mrmeshpy.RigidScaleXf3d.rigidScaleXf | ( | self | ) |
converts this into rigid (with scale) transformation, which non-linearly depends on angles
| float mrmeshpy.RigidScaleXf3d.s | ( | self | ) |
scaling
| None mrmeshpy.RigidScaleXf3d.s | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |