|
MGIS
|
a structure to represent a 3D rotation matrix More...
#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Behaviour/RotationMatrix.hxx>
Public Member Functions | |
| RotationMatrix3D (const std::span< const mgis::real > &, const mgis::StorageMode &, const std::span< const mgis::real > &, const mgis::StorageMode &) | |
| default constructor | |
| RotationMatrix3D (const std::span< const mgis::real > &, const std::span< const mgis::real > &, const mgis::StorageMode &) | |
| default constructor | |
| ~RotationMatrix3D () | |
| destructor | |
Public Attributes | |
| const MaterialAxisStorage | a1 |
| first material axis | |
| const MaterialAxisStorage | a2 |
| second material axis | |
a structure to represent a 3D rotation matrix
| mgis::behaviour::RotationMatrix3D::RotationMatrix3D | ( | const std::span< const mgis::real > & | , |
| const mgis::StorageMode & | , | ||
| const std::span< const mgis::real > & | , | ||
| const mgis::StorageMode & | |||
| ) |
default constructor
| [in] | v1 | first material axis |
| [in] | s1 | storage mode used for the first material axis |
| [in] | v2 | second material axis |
| [in] | s1 | storage mode used for the second material axis |
| mgis::behaviour::RotationMatrix3D::RotationMatrix3D | ( | const std::span< const mgis::real > & | , |
| const std::span< const mgis::real > & | , | ||
| const mgis::StorageMode & | |||
| ) |
default constructor
| [in] | v1 | first material axis |
| [in] | v2 | second material axis |
| [in] | s | storage mode used for the second material axes |