formZ SDK | 5.0 API Reference | System | Data Type
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(
type, | |
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
Defined in