PK_MFACET_ask_mvertices   

PK_ERROR_code_t  PK_MFACET_ask_mvertices
(
--- received arguments ---
PK_MFACET_t      mfacet,      --- the 'mfacet'

--- returned arguments ---
PK_MVERTEX_t     mvertices[3] --- the 'mvertices' of the mfacet
)


This function returns the 'mvertices' of 'mfacet'.


`mvertices[0]' is the mvertex pointed to by the mfin with mfin_index = 0.
`mvertices[1]' is the mvertex pointed to by the mfin with mfin_index = 1.
`mvertices[2]' is the mvertex pointed to by the mfin with mfin_index = 2.