pe_geoxyzcs_p |
Tests whether an object is of type geocentric coordinate system
int pe_geoxyzcs_p (struct pe_struct_t *p);
p | The pointer to an object |
This function tests whether the argument is an object of type geocentric coordinate system.
Returns 1 if the argument points to an object of type geocentric coordinate system. Otherwise, 0.
test = pe_geoxyzcs_p(xyz);