MeshLib C# Docs
Loading...
Searching...
No Matches
MR.RigidScaleXf3d Class Reference

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

+ Inheritance diagram for MR.RigidScaleXf3d:

Public Member Functions

unsafe RigidScaleXf3d ()
 Constructs an empty (default-constructed) instance.
 
unsafe RigidScaleXf3d (MR.Const_RigidScaleXf3d _other)
 Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d.
 
 RigidScaleXf3d (RigidScaleXf3d _other)
 Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d.
 
unsafe RigidScaleXf3d (in MR.Vector3d a, in MR.Vector3d b, double s)
 Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d.
 
unsafe MR.RigidScaleXf3d assign (MR.Const_RigidScaleXf3d _other)
 Generated from method MR.RigidScaleXf3d.operator=.
 

Properties

new unsafe ref MR.Vector3d a [get]
 < rotation angles relative to x,y,z axes
 
new unsafe ref MR.Vector3d b [get]
 scaling
 
new unsafe ref double s [get]
 

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.RigidScaleXf3d. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ RigidScaleXf3d() [1/4]

unsafe MR.RigidScaleXf3d.RigidScaleXf3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ RigidScaleXf3d() [2/4]

unsafe MR.RigidScaleXf3d.RigidScaleXf3d ( MR.Const_RigidScaleXf3d _other)
inline

Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d.

◆ RigidScaleXf3d() [3/4]

MR.RigidScaleXf3d.RigidScaleXf3d ( RigidScaleXf3d _other)
inline

Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d.

◆ RigidScaleXf3d() [4/4]

unsafe MR.RigidScaleXf3d.RigidScaleXf3d ( in MR.Vector3d a,
in MR.Vector3d b,
double s )
inline

Generated from constructor MR.RigidScaleXf3d.RigidScaleXf3d.

Member Function Documentation

◆ assign()

unsafe MR.RigidScaleXf3d MR.RigidScaleXf3d.assign ( MR.Const_RigidScaleXf3d _other)
inline

Generated from method MR.RigidScaleXf3d.operator=.

Property Documentation

◆ a

new unsafe ref MR.Vector3d MR.RigidScaleXf3d.a
get

< rotation angles relative to x,y,z axes

shift

◆ b

new unsafe ref MR.Vector3d MR.RigidScaleXf3d.b
get

scaling

◆ s

new unsafe ref double MR.RigidScaleXf3d.s
get

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