|
MGIS
|
a structure to represent a 2D rotation matrix More...
#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Behaviour/RotationMatrix.hxx>
Public Member Functions | |
| RotationMatrix2D (const std::span< const mgis::real > &, const mgis::StorageMode &) | |
| constructor from an external array | |
| ~RotationMatrix2D () | |
| destructor | |
Public Member Functions inherited from mgis::behaviour::MaterialAxisStorage | |
| MaterialAxisStorage (const std::span< const mgis::real > &, const mgis::StorageMode &) | |
| constructor from an external array | |
| MaterialAxisStorage (std::vector< mgis::real > &&) | |
| constructor from a temporary | |
| ~MaterialAxisStorage () | |
| destructor | |
Additional Inherited Members | |
Public Attributes inherited from mgis::behaviour::MaterialAxisStorage | |
| const std::span< const mgis::real > | a |
| description of the material axis | |
a structure to represent a 2D rotation matrix
| mgis::behaviour::RotationMatrix2D::RotationMatrix2D | ( | const std::span< const mgis::real > & | , |
| const mgis::StorageMode & | |||
| ) |
constructor from an external array
| [in] | v | values defining the first material axis |
| [in] | s | storage mode used for the first material axis |