pe_adjhcs_clone |
Creates a new adjusted horizontal coordinate system object from an existing one
PE_ADJHCS pe_adjhcs_clone (PE_ADJHCS adjhcs);
adjhcs | An existing PE_ADJHCS coordinate system |
Pe_adjhcs_clone creates a duplicate adjusted horizontal coordinate system from an existing one.
On success, the new adjusted horizontal coordinate system object. On failure, a null pointer.
PE_ADJHCS cs2 = pe_adjhcs_clone(cs);