NAME

cxPickHitFaceSet - set a polygon face hit in a pick structure

C SPECIFICATION

#include <cx/Pick.h>

void cxPickHitFaceSet(cxPick *pick,long n, long nvertices, long *index,float *point,float *normal)

FORTRAN SPECIFICATION

subroutine cxPickHitFaceSet(pick,n,nvertices,index,point,normal)
integer pick
integer n
integer nvertices
integer index(nvertices)
integer point(3,nvertices)
integer normal(3,nvertices)

PARAMETERS

pick
Pointer to pick structure to use
n
Hit item in this pick structure
nvertices
Number of vertices in this polygon
index
Indices of the polygon vertices
point
Coordinates of the polygon vertices
normal
Normals (if any) of the polygon vertices

DESCRIPTION

This function puts vertex information in the hit structure for a polygon face.

SEE ALSO

cxPickSet(3E)
Last modified: Mon Nov 18 13:52:05 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996