MGIS
Loading...
Searching...
No Matches
mgis::behaviour::RotationMatrix3D Struct Reference

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
 

Detailed Description

a structure to represent a 3D rotation matrix

Constructor & Destructor Documentation

◆ RotationMatrix3D() [1/2]

mgis::behaviour::RotationMatrix3D::RotationMatrix3D ( const std::span< const mgis::real > &  ,
const mgis::StorageMode ,
const std::span< const mgis::real > &  ,
const mgis::StorageMode  
)

default constructor

Parameters
[in]v1first material axis
[in]s1storage mode used for the first material axis
[in]v2second material axis
[in]s1storage mode used for the second material axis

◆ RotationMatrix3D() [2/2]

mgis::behaviour::RotationMatrix3D::RotationMatrix3D ( const std::span< const mgis::real > &  ,
const std::span< const mgis::real > &  ,
const mgis::StorageMode  
)

default constructor

Parameters
[in]v1first material axis
[in]v2second material axis
[in]sstorage mode used for the second material axes

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