affine transformation: y = A*x + b, where A in VxV, and b in V Generated from class MR.AffineXf3d. This is the const reference to the struct.
More...
|
|
unsafe | ConstBox_AffineXf3d (AffineXf3d other) |
| | Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | ConstBox_AffineXf3d (ConstBox_AffineXf3d _other) |
| | Generated copy constructor.
|
| |
|
unsafe | ConstBox_AffineXf3d () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | ConstBox_AffineXf3d (in MR.Matrix3d A, in MR.Vector3d b) |
| | Generated from constructor MR.AffineXf3d.AffineXf3d.
|
| |
|
unsafe MR.Vector3d | call (in MR.Vector3d x) |
| | application of the transformation to a point Generated from method MR.AffineXf3d.operator().
|
| |
|
unsafe MR.Vector3d | linearOnly (in MR.Vector3d x) |
| | applies only linear part of the transformation to given vector (e.g. to normal) skipping adding shift (b) for example if this is a rigid transformation, then only rotates input vector Generated from method MR.AffineXf3d.linearOnly.
|
| |
|
unsafe MR.AffineXf3d | inverse () |
| | computes inverse transformation Generated from method MR.AffineXf3d.inverse.
|
| |
|
bool | Equals (MR.ConstBox_AffineXf3d? b) |
| |
|
override bool | Equals (object? other) |
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe ref readonly AffineXf3d | _Ref [get] |
| | Get the underlying struct.
|
| |
|
ref readonly MR.Matrix3d | a [get] |
| |
|
ref readonly MR.Vector3d | b [get] |
| |
|
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.
|
| |
affine transformation: y = A*x + b, where A in VxV, and b in V Generated from class MR.AffineXf3d. This is the const reference to the struct.
The documentation for this class was generated from the following file: