|
POINT Definitions |
Top Previous Next |
|
A name may be associated with a coordinate point by the construct
point_name = POINT(a,b)
Here a and b must be computable constants at the time the definition is made. They may not depend on variables or coordinates. They may depend on stage number.
The name of the point can subsequently appear in any context in which the literal point (a,b) could appear. |