<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div class="">Roger,</div>
<div class=""><br class="">
</div>
To check if there’s an inverse use proj_pj_info:&nbsp;<a href="https://kbevers.github.io/development/reference/functions.html#c.proj_pj_info" class="">https://kbevers.github.io/development/reference/functions.html#c.proj_pj_info</a>&nbsp;(click&nbsp;
<div class="">PJ_PROJ_INFO to see how the struct is defined)
<div class=""><br class="">
</div>
<div class="">You can not access P-&gt;fwd4d and friends in the public API. That is what the proj_trans* functions are for. The transformation direction is controlled with the PJ_DIRECTION enum.</div>
<div class=""><br class="">
</div>
<div class="">I’ll try to fit that into the migration guide. Or better yet, you can submit a pull request with the changes you’d like to see.</div>
<div class=""><br class="">
</div>
<div class="">Kristian</div>
<div class=""><br class="">
</div>
</div>
</body>
</html>