Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Vector3f a, Vector3f b, float s) |
AffineXf3f | linearXf (self) |
AffineXf3f | rigidScaleXf (self) |
Vector3f | a (self) |
None | a (self, Vector3f arg1) |
Vector3f | b (self) |
None | b (self, Vector3f arg1) |
float | s (self) |
None | s (self, float arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
RigidScaleXf3f | operator (*args, **kwargs) |
RigidScaleXf3f | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_a = 0 |
typing | _offsetof_b = 12 |
typing | _offsetof_s = 24 |
Generated from: MR::RigidScaleXf3f 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.RigidScaleXf3f.__init__ | ( | self | ) |
Vector3f mrmeshpy.RigidScaleXf3f.a | ( | self | ) |
rotation angles relative to x,y,z axes
None mrmeshpy.RigidScaleXf3f.a | ( | self, | |
Vector3f | arg1 ) |
Vector3f mrmeshpy.RigidScaleXf3f.b | ( | self | ) |
shift
None mrmeshpy.RigidScaleXf3f.b | ( | self, | |
Vector3f | arg1 ) |
AffineXf3f mrmeshpy.RigidScaleXf3f.linearXf | ( | self | ) |
converts this into not-rigid transformation but with matrix, which linearly depends on angles
|
static |
|
static |
AffineXf3f mrmeshpy.RigidScaleXf3f.rigidScaleXf | ( | self | ) |
converts this into rigid (with scale) transformation, which non-linearly depends on angles
float mrmeshpy.RigidScaleXf3f.s | ( | self | ) |
scaling
None mrmeshpy.RigidScaleXf3f.s | ( | self, | |
float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |