ImageGear Professional DLL v18.1 for Windows
IGVectPoint3D
Send Feedback
ImageGear Professional v18.1 > 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:

Name Type Description
m_x float x coordinate.
m_y float y coordinate.
m_z float z coordinate.
©2014. Accusoft Corporation. All Rights Reserved.