Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
The SoGeo class is used to initialize the geo nodes in Coin, and has some utility geo coordinate functions. More...
#include <Inventor/misc/SoGeo.h>
Static Public Member Functions | |
static void | init (void) |
static SbVec3d | toGD (const SbString *originsystem, const int numoriginsys, const SbVec3d &origincoords) |
static SbVec3d | fromGD (const SbVec3d &gd, const SbString *tosystem, const int numtosys) |
static SbDPMatrix | calculateDPTransform (const SbString *originsystem, const int numoriginsys, const SbVec3d &origincoords, const SbString *localsystem, const int numlocalsys, const SbVec3d &localcoords) |
static SbMatrix | calculateTransform (const SbString *originsystem, const int numoriginsys, const SbVec3d &origincoords, const SbString *localsystem, const int numlocalsys, const SbVec3d &localcoords) |
The SoGeo class is used to initialize the geo nodes in Coin, and has some utility geo coordinate functions.