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.RigidScaleXf3f. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | RigidScaleXf3f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | RigidScaleXf3f (MR.Const_RigidScaleXf3f _other) |
| Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f. | |
| RigidScaleXf3f (RigidScaleXf3f _other) | |
| Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f. | |
| unsafe | RigidScaleXf3f (in MR.Vector3f a, in MR.Vector3f b, float s) |
| Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f. | |
| unsafe MR.RigidScaleXf3f | assign (MR.Const_RigidScaleXf3f _other) |
| Generated from method MR::RigidScaleXf3f::operator=. | |
| Public Member Functions inherited from MR.Const_RigidScaleXf3f | |
| virtual void | Dispose () |
| unsafe | Const_RigidScaleXf3f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_RigidScaleXf3f (MR.Const_RigidScaleXf3f _other) |
| Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f. | |
| Const_RigidScaleXf3f (RigidScaleXf3f _other) | |
| Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f. | |
| unsafe | Const_RigidScaleXf3f (in MR.Vector3f a, in MR.Vector3f b, float s) |
| Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f. | |
| unsafe MR.AffineXf3f | rigidScaleXf () |
| converts this into rigid (with scale) transformation, which non-linearly depends on angles Generated from method MR.RigidScaleXf3f.rigidScaleXf. | |
| unsafe MR.AffineXf3f | linearXf () |
| converts this into not-rigid transformation but with matrix, which linearly depends on angles Generated from method MR.RigidScaleXf3f.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 | |
| new unsafe ref float | s [get] |
| scaling | |
| Properties inherited from MR.Const_RigidScaleXf3f | |
| unsafe ref readonly MR.Vector3f | a [get] |
| rotation angles relative to x,y,z axes | |
| unsafe ref readonly MR.Vector3f | b [get] |
| shift | |
| unsafe float | s [get] |
| scaling | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_RigidScaleXf3f | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_RigidScaleXf3f | |
| unsafe MR.Vector3f * | __ref_storage_a |
| unsafe MR.Vector3f * | __ref_storage_b |
| unsafe float * | __ref_storage_s |
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.RigidScaleXf3f. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f.
|
inline |
Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f.
|
inline |
Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f.
|
inline |
Generated from method MR::RigidScaleXf3f::operator=.
|
get |
rotation angles relative to x,y,z axes
|
get |
shift
|
get |
scaling