3D point structure.
typedef struct tag_IGVectPoint3D { float m_x; float m_y; float m_z; } IGVectPoint3D;