MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_RigidXf3f Class Reference

rigid transformation preserving all distances: y = A*x + b, where A is rotation matrix 3x3 stored as 3 angles, and b is shift vector Generated from class MR.RigidXf3f. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_RigidXf3f:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_RigidXf3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_RigidXf3f (MR.Const_RigidXf3f _other)
 Generated from constructor MR.RigidXf3f.RigidXf3f.
 
unsafe Const_RigidXf3f (in MR.Vector3f a, in MR.Vector3f b)
 Generated from constructor MR.RigidXf3f.RigidXf3f.
 
unsafe MR.AffineXf3f rigidXf ()
 converts this into rigid transformation, which non-linearly depends on angles Generated from method MR.RigidXf3f.rigidXf.
 
unsafe MR.AffineXf3f linearXf ()
 converts this into not-rigid transformation but with matrix, which linearly depends on angles Generated from method MR.RigidXf3f.linearXf.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.Vector3f a [get]
 shift
 
unsafe ref readonly MR.Vector3f b [get]
 
- Properties inherited from MR.Misc.Object< Const_RigidXf3f >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_RigidXf3f >
bool _IsOwningVal
 

Detailed Description

rigid transformation preserving all distances: y = A*x + b, where A is rotation matrix 3x3 stored as 3 angles, and b is shift vector Generated from class MR.RigidXf3f. This is the const half of the class.


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