MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.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)
 

Detailed Description

Generated from:  MR::RigidScaleXf3f
Aliases:  RigidScaleXf3_float

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 meshlib.mrmeshpy.RigidScaleXf3f.__init__ ( self)

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ a() [1/2]

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

◆ a() [2/2]

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

◆ b() [1/2]

Vector3f meshlib.mrmeshpy.RigidScaleXf3f.b ( self)
shift

◆ b() [2/2]

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

◆ linearXf()

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

◆ rigidScaleXf()

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

◆ s() [1/2]

float meshlib.mrmeshpy.RigidScaleXf3f.s ( self)
scaling

◆ s() [2/2]

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

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