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, z set to 0.0, w set to 1.0, no data lost.
fz_xyz_td x, y & z values copied, w set to 1.0, no data lost.
fz_xy_float_td x & y values copied, z set to 0.0, w set to 1.0, no data lost.
fz_xyz_float_td x, y & z values copied, w set to 1.0, no data lost.
fz_rgb_uchar_td red value divided by 255.0 and copied to x,
green value divided by 255.0 and copied to y,
blue value divided by 255.0 and copied to z, w set to 1.0, no data lost.
fz_rgb_ushort_td red value divided by 65535.0 and copied to x,
green value divided by 65535.0 and copied to y,
blue value divided by 65535.0 and copied to z, w set to 1.0, no data lost.
fz_rgb_float_td red value copied to x,
green value copied to y,
blue value copied to z, w set to 1.0, no data lost.
fz_plane_equ_td a value copied to x,
b value copied to y,
c value copied to z,
d value copied to w, no data lost.
Plugin Prototype
fzrt_error_td fz_type_get_xyzw(
type, | |
xyzw ) |
Parameters
type [Input]
A pointer to a variant
xyzw [Result]
A pointer to a coordinate to be filled. Must be allocated by the caller.
Availability
5.0.0.0
See Also
fz_type_set_xyzw, fz_type_get_xyzw_ptr
Function Set
Defined in