NAME

cxPickHitPointSet - set a point hit in a pick structure

C SPECIFICATION

#include <cx/Pick.h>

void cxPickHitPointSet(cxPick *pick,long n,long index)

FORTRAN SPECIFICATION

subroutine cxPickHitPointSet(pick,n,index)
integer pick
integer n
integer index

PARAMETERS

pick
Pointer to pick structure to use
n
Hit item in this pick structure
index
An index of the point that was picked.

DESCRIPTION

This function puts index information in the hit structure for a point.

SEE ALSO

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