affine transformation: y = A*x + b, where A in VxV, and b in V Generated from class MR.AffineXf2f. This is the non-const reference to the struct.
More...
|
|
unsafe | Box_AffineXf2f (AffineXf2f 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.)
|
| |
|
unsafe | Box_AffineXf2f (ConstBox_AffineXf2f _other) |
| | Generated copy constructor.
|
| |
|
void | Assign (ConstBox_AffineXf2f _other) |
| | Generated copy assignment.
|
| |
|
unsafe | Box_AffineXf2f () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Box_AffineXf2f (in MR.Matrix2f A, in MR.Vector2f b) |
| | Generated from constructor MR.AffineXf2f.AffineXf2f.
|
| |
|
unsafe | ConstBox_AffineXf2f (AffineXf2f 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_AffineXf2f (ConstBox_AffineXf2f _other) |
| | Generated copy constructor.
|
| |
|
unsafe | ConstBox_AffineXf2f () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | ConstBox_AffineXf2f (in MR.Matrix2f A, in MR.Vector2f b) |
| | Generated from constructor MR.AffineXf2f.AffineXf2f.
|
| |
|
unsafe MR.Vector2f | call (in MR.Vector2f x) |
| | application of the transformation to a point Generated from method MR.AffineXf2f.operator().
|
| |
|
unsafe MR.Vector2f | linearOnly (in MR.Vector2f 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.AffineXf2f.linearOnly.
|
| |
|
unsafe MR.AffineXf2f | inverse () |
| | computes inverse transformation Generated from method MR.AffineXf2f.inverse.
|
| |
|
bool | Equals (MR.ConstBox_AffineXf2f? b) |
| |
|
override bool | Equals (object? other) |
| |
|
|
unsafe new ref AffineXf2f | _Ref [get] |
| | Get the underlying struct.
|
| |
|
new ref MR.Matrix2f | a [get] |
| |
|
new ref MR.Vector2f | b [get] |
| |
|
unsafe ref readonly AffineXf2f | _Ref [get] |
| | Get the underlying struct.
|
| |
|
ref readonly MR.Matrix2f | a [get] |
| |
|
ref readonly MR.Vector2f | 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.AffineXf2f. This is the non-const reference to the struct.
The documentation for this class was generated from the following file: