HMIN_curve_writepoint()

Writes the points of the curve to HyperMesh.

Syntax

void HMIN_curve_writepoint(double point1, double point2);

Type

HyperMesh hminlib Function

Description

Writes the points of the curve to HyperMesh.

Inputs

point1
The x coordinate of the point to be passed.
point2
The y coordinate of the point to be passed.

Example

The function HMIN_curve_write(), must be used before HMIN_curve_writepoint(). HyperMesh is then ready to make the curve with the points supplied in HMIN_curve_writepoint().

Errors

None.