Site Tools


documentation:development:opera:pf25:ppgfldr:smmfldr:ldofldr:01ldo105

IPointFromFVal

Creates an IPoint from inline values.

Synopsis

IPoint * IPointFromFVal (IPoint *dst, frac16 x, frac16 y)

Description

Converts the specified values from frac16 to integer and stores them at *dst. It is useful for writing inline calls such as:

IPoint      wrk; 
OffsetCelListByIDelta (cel, IPointFromFVal (&wrk, my_x, my_y)); 

Arguments

  • dst Pointer to the IPoint where the results are to be stored.

x y

Values to be used for the IPoint that's created.

Return Value

The input parameter dst.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

documentation/development/opera/pf25/ppgfldr/smmfldr/ldofldr/01ldo105.txt · Last modified: 2022/10/10 16:53 by 127.0.0.1