NAME

cxGeoPointsDefine - define a point set object

C SPECIFICATION

#include <cx/Geometry.h>

cxGeo cxGeoPointsDefine( int n, float *point )

FORTRAN SPECIFICATION

integer function cxGeoPointsDefine(n,point)
integer n
real point(3, n)

PARAMETERS

n
Number of points.
point
An array of XYZ triples for vertices

DESCRIPTION

This function creates a set of points.

The return value is a tag for this object that may be used to reference it at a later time with cxGeoFocus(3E).

Valid attributes are colors, normals, and transparencies. Attribute distribution may be CX_GEO_PER_OBJECT or CX_GEO_PER_VERTEX.

SEE ALSO

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