SOFA API  8748a421
Open source framework for multi-physics simuation
sofa::component::engine::generate::Face Struct Reference

Public Attributes

std::array< sofa::Index, 4 > indices
 

Public Member Functions

 Face (sofa::Index a, sofa::Index b, sofa::Index c, sofa::Index d)
 
bool operator== (const Face &other) const
 

Attribute details

◆ indices

std::array<sofa::Index, 4> sofa::component::engine::generate::Face::indices

Constructor details

◆ Face()

sofa::component::engine::generate::Face::Face ( sofa::Index  a,
sofa::Index  b,
sofa::Index  c,
sofa::Index  d 
)
inline

Function details

◆ operator==()

bool sofa::component::engine::generate::Face::operator== ( const Face other) const
inline