NAME

cxPickHitCylinderSet - set a cylinder hit in a pick structure

C SPECIFICATION

#include <cx/Pick.h>

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

FORTRAN SPECIFICATION

subroutine cxPickHitCylinderSet(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 cylinder that was hit (SIDES = 0x01, TOP = 0x02, BOTTOM = 0x04)

DESCRIPTION

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

SEE ALSO

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