VECTORPOINT

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.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Container and Automation C API Help