Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ PhPoint_t

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PhPoint_t

[Previous] [Contents] [Index] [Next]

PhPoint_t

Coordinates of a single point

Synopsis:

typedef struct Ph_point { 
    short x, y; 
    } PhPoint_t;

Description:

The PhPoint_t structure describes the coordinates of a single point. It contains at least the following members:

x
X-axis coordinate.
y
Y-axis coordinate.

Classification:

Photon

See also:

PhArea_t, PhDim_t, PhRect_t

"Geometry data types" in the Working with Code chapter of the Photon Programmer's Guide


[Previous] [Contents] [Index] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026