MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.RigidScaleXf3f Class Reference

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)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.RigidScaleXf3f.__init__ ( self)

◆ __init__() [2/3]

None mrmeshpy.RigidScaleXf3f.__init__ ( self,
Vector3f a,
Vector3f b,
float s )

◆ __init__() [3/3]

None mrmeshpy.RigidScaleXf3f.__init__ ( self,
RigidScaleXf3f arg0 )
Implicit copy constructor.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.RigidScaleXf3f._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ a() [1/2]

Vector3f mrmeshpy.RigidScaleXf3f.a ( self)
rotation angles relative to x,y,z axes

◆ a() [2/2]

None mrmeshpy.RigidScaleXf3f.a ( self,
Vector3f arg1 )

◆ b() [1/2]

Vector3f mrmeshpy.RigidScaleXf3f.b ( self)
shift

◆ b() [2/2]

None mrmeshpy.RigidScaleXf3f.b ( self,
Vector3f arg1 )

◆ linearXf()

AffineXf3f mrmeshpy.RigidScaleXf3f.linearXf ( self)
converts this into not-rigid transformation but with matrix, which linearly depends on angles

◆ rigidScaleXf()

AffineXf3f mrmeshpy.RigidScaleXf3f.rigidScaleXf ( self)
converts this into rigid (with scale) transformation, which non-linearly depends on angles

◆ s() [1/2]

float mrmeshpy.RigidScaleXf3f.s ( self)
scaling

◆ s() [2/2]

None mrmeshpy.RigidScaleXf3f.s ( self,
float arg1 )

The documentation for this class was generated from the following file: