NAME
cxPickSet
- initialize hit structures in a cxPick structure
C SPECIFICATION
#include <cx/Pick.h>
void cxPickSet(cxPick *pick,long n)
FORTRAN SPECIFICATION
subroutine cxPickSet(pick,n)
integer pick
integer n
PARAMETERS
-
pick
-
Pointer to pick structure to initialize
-
n
-
Number of hits in this pick.
DESCRIPTION
This function initializes hits in a newly allocated pick structure. A
cxPick structure is created with cxPickNew(3). The number of items
this pick includes should be passed in.
SEE ALSO
cxPickNew(3E),
cxPickHitConeSet(3E),
cxPickHitCylinderSet(3E),
cxPickHitFaceSet(3E),
cxPickHitLineSet(3E),
cxPickHitPointSet(3E)
Last modified: Mon Nov 18 13:52:16 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996