MeshLib C# Docs
Loading...
Searching...
No Matches

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 const half of the class. More...

Inheritance diagram for MR.Const_RigidScaleXf3f:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_a
unsafe MR.Vector3f__ref_storage_b
unsafe float * __ref_storage_s

Properties

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

Detailed Description

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 const half of the class.

Constructor & Destructor Documentation

◆ Const_RigidScaleXf3f() [1/4]

unsafe MR.Const_RigidScaleXf3f.Const_RigidScaleXf3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_RigidScaleXf3f() [2/4]

unsafe MR.Const_RigidScaleXf3f.Const_RigidScaleXf3f ( MR.Const_RigidScaleXf3f _other)
inline

Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f.

◆ Const_RigidScaleXf3f() [3/4]

MR.Const_RigidScaleXf3f.Const_RigidScaleXf3f ( RigidScaleXf3f _other)
inline

Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f.

◆ Const_RigidScaleXf3f() [4/4]

unsafe MR.Const_RigidScaleXf3f.Const_RigidScaleXf3f ( in MR.Vector3f a,
in MR.Vector3f b,
float s )
inline

Generated from constructor MR.RigidScaleXf3f.RigidScaleXf3f.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_RigidScaleXf3f.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_RigidScaleXf3f.Dispose ( bool disposing)
inlineprotectedvirtual

◆ linearXf()

unsafe MR.AffineXf3f MR.Const_RigidScaleXf3f.linearXf ( )
inline

converts this into not-rigid transformation but with matrix, which linearly depends on angles Generated from method MR.RigidScaleXf3f.linearXf.

◆ rigidScaleXf()

unsafe MR.AffineXf3f MR.Const_RigidScaleXf3f.rigidScaleXf ( )
inline

converts this into rigid (with scale) transformation, which non-linearly depends on angles Generated from method MR.RigidScaleXf3f.rigidScaleXf.

Member Data Documentation

◆ __ref_storage_a

unsafe MR.Vector3f* MR.Const_RigidScaleXf3f.__ref_storage_a
protected

◆ __ref_storage_b

unsafe MR.Vector3f* MR.Const_RigidScaleXf3f.__ref_storage_b
protected

◆ __ref_storage_s

unsafe float* MR.Const_RigidScaleXf3f.__ref_storage_s
protected

Property Documentation

◆ a

unsafe ref readonly MR.Vector3f MR.Const_RigidScaleXf3f.a
get

rotation angles relative to x,y,z axes

◆ b

unsafe ref readonly MR.Vector3f MR.Const_RigidScaleXf3f.b
get

shift

◆ s

unsafe float MR.Const_RigidScaleXf3f.s
get

scaling


The documentation for this class was generated from the following file: