Previous Next Up Title Contents Index Functions Index Top Library

DEFINITION OF A 3D VIEW FROM THE ZX PLANE

tview3_zx_plane


CALL SEQUENCE

void tview3_zx_plane (wkid,view_ind, pointc , view_type, zoom, viewport) 

INPUT PARAMETERS

Pint	wkid;
Pint	view_ind;
Ppoint3	*pointc;
Pint	view_type;
Pfloat	zoom;
Plimit3	*viewport;

ARGUMENTS

wkid
Identifier of the workstation on which the view is defined.
view_ind
Index of the view to be defined.
pointc
Coordinates (in normalized space [0-1] × [0-1] × [0-1]) of the point of the scene concerned.
view_type
1 to 8: eight types of view from plane ZX are possible.
zoom
Zoom factor applied to the image.
viewport
Viewport (see tview_config).

EFFECT

This function defines the view identified by the integer view_ind. The observer looks toward the point pointc from a direction perpendicular to plane ZX. This view is not defined in perspective and therefore corresponds to a representation of the cut-plane ZX. Eight different types of view are possible depending on the value of the integer view_type:


Previous Next Up Title Contents Index Functions Index Top Library