Пример #1
0
double tpv_get_orientation(const tpv_t* tpv) {
    return tan_get_orientation(&(tpv->wcstan));
}
Пример #2
0
double sip_get_orientation(const sip_t* sip) {
    return tan_get_orientation(&(sip->wcstan));
}