NAME

cxPickHitConeSet - set a cone hit in a pick structure

C SPECIFICATION

#include <cx/Pick.h>

void cxPickHitConeSet(cxPick *pick,long n,int part)

FORTRAN SPECIFICATION

subroutine cxPickHitConeSet(pick,n,part)
integer pick
integer n
integer part

PARAMETERS

pick
Pointer to pick structure to use
n
Hit item in this pick structure
part
Part of this cone that was hit (SIDES = 0x01, BOTTOM = 0x02)

DESCRIPTION

This function puts part information in the hit structure for a cone.

SEE ALSO

cxPickSet(3E)
Last modified: Mon Nov 6 16:33:37 GMT 2000
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996