VERTEX2D structure

Declared in: GeoTransformers.h

Single 2D point. Could be referring to an image, film, camera, ground-plane coordinate or any other 2D space (usually cartesian).

[C / C++]

typedef struct {

double X; // X-coordinate of a 2D point

double Y; // Y-coordinate of a 2D point

} VERTEX2D;

Collaboration diagram:

VERTEX2D

Collaboration graph for VERTEX2D structure

Members

X

X-coordinate of the 2D point.

Y

Y-coordinate of the 2D point.

Requirements

Platform

32 bit Windows OS

Environment

ANSI C / C++ Standard compliant

Example

For a detailed example using this structure, please see Custom GeoTransformer VC++ Sample.

Related Topics

Referenced By: ARRAY2D, GeoTransData::GTD