| 677 | } |
| 678 | |
| 679 | bool matcen::GetCreatePnt(vector *pnt) { |
| 680 | ComputeCreatePnt(); |
| 681 | *pnt = m_create_pnt; |
| 682 | return true; |
| 683 | } |
| 684 | |
| 685 | bool matcen::SetCreatePnt(vector *pnt) { |
| 686 | if (m_status & MSTAT_MANUAL_UPDATE_CREATE_PNT) { |
no outgoing calls
no test coverage detected