FPointFromIPoint

Converts an IPoint to an FPoint.

Synopsis

FPoint * FPointFromIPoint (FPoint *dst, IPoint *src)

Description

Converts an IPoint to an FPoint.

Arguments

dst
Pointer to the FPoint where the results are to be stored.
src
Pointer to the IPoint to be converted.

Return Value

The input parameter dst.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

IPointFromFPoint