Reflect I about N
I - 2*(I.N)*N
Project d onto the plane that N is normal to
d - (N.d) * N
Maybe the most boring blog ever... but it's *my* most boring blog ever.
nm -A -C dof.so | grep globalThreadCount
This is useful to track the source of an error message related to a mangled sym table name,
eg.
D02001 {WARNING} TgPathDLOpen: Bad DSO found: dof.so (undefined symbol: _ZN3Imf17globalThreadCountEv)
man nm
will give the manual page
ldd mydso.so
will list the dependencies a dso has. Which is also useful