formZ SDK | 5.0 API Reference | System | Data Type

fz_type_get_xy_float

Description

This function performs the following data type conversions:
Variant Type Conversion
fz_xy_td x & y values copied, loss of precision. Values clamped to range of FLT_MIN to FLT_MAX.
fz_xyz_td x & y values copied, z lost, loss of precision. Values clamped to range of FLT_MIN to FLT_MAX.
fz_xyzw_td x & y values copied, z & w lost, loss of precision. Values clamped to range of FLT_MIN to FLT_MAX.
fz_xyz_float_td x & y values copied, z lost.

Plugin Prototype

fzrt_error_td fz_type_get_xy_float(

fz_type_ptr

type,

fz_xy_float_td *

fxy )

Parameters

type [Input]

A pointer to a variant

fxy [Result]

A pointer to a coordinate to be filled. Must be allocated by the caller.

Availability

5.0.0.0

See Also

, , , fz_type_get_xy_ptr

Function Set

fz_type_fset


Defined in

fz_type_api.h