ImageGear Professional DLL v17.1 for Windows Accusoft
IGVectPoint3D
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Vector Component API Reference > Vector Component Structures Reference > IGVectPoint3D

Glossary Item Box

3D point structure.

Declaration:

  Copy Code
typedef struct tag_IGVectPoint3D
{
        float m_x;
        float m_y;
        float m_z;
} IGVectPoint3D;

Members:

m_x x coordinate.
m_y y coordinate.
m_z z coordinate.
©2012. Accusoft Corporation. All Rights Reserved.