formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Vector Export

fz_expt_vect_model_world_2_screen

Description

Converts a 2D projected model coordinate to 2D image vector coordinate.

Plugin Prototype

fzrt_error_td fz_expt_vect_model_world_2_screen(

fzrt_int

windex,

double

wx,

double

wy,

double *

px,

double *

py )

Parameters

windex [Input]

project window index

wx [Input]

projected world space x coordinate

wy [Input]

projected world space y coordinate

px [Result]

vector image x coordinate

py [Result]

vector image y coordinate

Returns

FZRT_NOERR on success. Or:
Appropriate error on failure.

Availability

5.0.0.0

Function Set

fz_expt_vect_modl_fset


Defined in

fz_expt_vect_api.h