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 non-const half of the class. More...
Public Member Functions | |
| unsafe | RigidXf3f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | RigidXf3f (MR.Const_RigidXf3f _other) |
| Generated from constructor MR.RigidXf3f.RigidXf3f. | |
| RigidXf3f (RigidXf3f _other) | |
| Generated from constructor MR.RigidXf3f.RigidXf3f. | |
| unsafe | RigidXf3f (in MR.Vector3f a, in MR.Vector3f b) |
| Generated from constructor MR.RigidXf3f.RigidXf3f. | |
| unsafe MR.RigidXf3f | assign (MR.Const_RigidXf3f _other) |
| Generated from method MR::RigidXf3f::operator=. | |
| Public Member Functions inherited from MR.Const_RigidXf3f | |
| 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. | |
| Const_RigidXf3f (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. | |
Properties | |
| new unsafe ref MR.Vector3f | a [get] |
| rotation angles relative to x,y,z axes | |
| new unsafe ref MR.Vector3f | b [get] |
| shift | |
| Properties inherited from MR.Const_RigidXf3f | |
| unsafe ref readonly MR.Vector3f | a [get] |
| rotation angles relative to x,y,z axes | |
| unsafe ref readonly MR.Vector3f | b [get] |
| shift | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_RigidXf3f | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_RigidXf3f | |
| unsafe MR.Vector3f * | __ref_storage_a |
| unsafe MR.Vector3f * | __ref_storage_b |
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 non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.RigidXf3f.RigidXf3f.
|
inline |
Generated from constructor MR.RigidXf3f.RigidXf3f.
|
inline |
Generated from constructor MR.RigidXf3f.RigidXf3f.
|
inline |
Generated from method MR::RigidXf3f::operator=.
|
get |
rotation angles relative to x,y,z axes
|
get |
shift