IPointFromFPoint
Convert an FPoint to an IPoint.
Synopsis
IPoint * IPointFromFPoint (IPoint *dst, FPoint *src)
Description
Converts an FPoint to an IPoint.
Arguments
- dst
- Pointer to the IPoint where the results are to be stored.
- src
- Pointer to the FPoint to be converted.
Return Value
The input parameter dst.
Implementation
Library call implemented in lib3do.lib.
Associated Files
lib3do.lib, celutils.h
See Also
FPointFromIPoint