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

rigid transformation preserving all distances: y = A*x + b, where A is rotation matrix 3x3 stored as 3 angles, and b is shift vector Generated from class MR.RigidXf3f. This is the non-const half of the class. More...

+ Inheritance diagram for MR.RigidXf3f:

Public Member Functions

unsafe RigidXf3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe RigidXf3f (MR.Const_RigidXf3f _other)
 Generated from constructor MR.RigidXf3f.RigidXf3f.
 
 RigidXf3f (RigidXf3f _other)
 Generated from constructor MR.RigidXf3f.RigidXf3f.
 
unsafe RigidXf3f (in MR.Vector3f a, in MR.Vector3f b)
 Generated from constructor MR.RigidXf3f.RigidXf3f.
 
unsafe MR.RigidXf3f assign (MR.Const_RigidXf3f _other)
 Generated from method MR.RigidXf3f.operator=.
 

Properties

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

Detailed Description

rigid transformation preserving all distances: y = A*x + b, where A is rotation matrix 3x3 stored as 3 angles, and b is shift vector Generated from class MR.RigidXf3f. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ RigidXf3f() [1/4]

unsafe MR.RigidXf3f.RigidXf3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ RigidXf3f() [2/4]

unsafe MR.RigidXf3f.RigidXf3f ( MR.Const_RigidXf3f _other)
inline

Generated from constructor MR.RigidXf3f.RigidXf3f.

◆ RigidXf3f() [3/4]

MR.RigidXf3f.RigidXf3f ( RigidXf3f _other)
inline

Generated from constructor MR.RigidXf3f.RigidXf3f.

◆ RigidXf3f() [4/4]

unsafe MR.RigidXf3f.RigidXf3f ( in MR.Vector3f a,
in MR.Vector3f b )
inline

Generated from constructor MR.RigidXf3f.RigidXf3f.

Member Function Documentation

◆ assign()

unsafe MR.RigidXf3f MR.RigidXf3f.assign ( MR.Const_RigidXf3f _other)
inline

Generated from method MR.RigidXf3f.operator=.

Property Documentation

◆ a

new unsafe ref MR.Vector3f MR.RigidXf3f.a
get

< rotation angles relative to x,y,z axes

shift

◆ b

new unsafe ref MR.Vector3f MR.RigidXf3f.b
get

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