pe_factory_angunit |
Creates the specified angular unit object
PE_UNIT pe_factory_angunit (int code);
code | The code of the predefined angular unit object |
Creates the predefined angular unit object with the specified code
On success, the new angular unit object; on failure, a null pointer.
PE_UNIT deg = pe_factory_angunit(PE_U_DEGREE);