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 Generated from class MR.RigidScaleXf3d. This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_RigidScaleXf3d () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_RigidScaleXf3d (MR.Const_RigidScaleXf3d _other) |
| Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d. | |
| Const_RigidScaleXf3d (RigidScaleXf3d _other) | |
| Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d. | |
| unsafe | Const_RigidScaleXf3d (in MR.Vector3d a, in MR.Vector3d b, double s) |
| Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d. | |
| unsafe MR.AffineXf3d | rigidScaleXf () |
| converts this into rigid (with scale) transformation, which non-linearly depends on angles Generated from method MR.RigidScaleXf3d.rigidScaleXf. | |
| unsafe MR.AffineXf3d | linearXf () |
| converts this into not-rigid transformation but with matrix, which linearly depends on angles Generated from method MR.RigidScaleXf3d.linearXf. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes | |
| unsafe MR.Vector3d * | __ref_storage_a |
| unsafe MR.Vector3d * | __ref_storage_b |
| unsafe double * | __ref_storage_s |
Properties | |
| unsafe ref readonly MR.Vector3d | a [get] |
| rotation angles relative to x,y,z axes | |
| unsafe ref readonly MR.Vector3d | b [get] |
| shift | |
| unsafe double | s [get] |
| scaling | |
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 Generated from class MR.RigidScaleXf3d. This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d.
|
inline |
Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d.
|
inline |
Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
converts this into not-rigid transformation but with matrix, which linearly depends on angles Generated from method MR.RigidScaleXf3d.linearXf.
|
inline |
converts this into rigid (with scale) transformation, which non-linearly depends on angles Generated from method MR.RigidScaleXf3d.rigidScaleXf.
|
protected |
|
protected |
|
protected |
|
get |
rotation angles relative to x,y,z axes
|
get |
shift
|
get |
scaling