Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Vector3f a, Vector3f b, float s) |
None | __init__ (self, RigidScaleXf3f arg0) |
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 Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
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
None mrmeshpy.RigidScaleXf3f.__init__ | ( | self | ) |
None mrmeshpy.RigidScaleXf3f.__init__ | ( | self, | |
RigidScaleXf3f | arg0 ) |
Implicit copy constructor.
|
staticprotected |
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
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 ) |