Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Container and Automation C++ Class Library Help

VECTORPOINT

Show in webframe

typedef struct _VECTORPOINT
{
   L_DOUBLE   x;
   L_DOUBLE   y;
   L_DOUBLE   z;

} VECTORPOINT,  *pVECTORPOINT;

The VECTORPOINT structure holds information about a point.

Member

Description

x

X coordinate of the point.

y

Y coordinate of the point.

z

Z coordinate of the point.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.