GenCtlPtObject

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

GenCtlPtObject()  

SYNOPSIS

prsr_lib/allocate.c:906

IPObjectStruct *GenCtlPtObject(char *Name,
                               CagdPointType PtType,
                               CagdRType *CagdCoords,
                               RealType *Coords,
                               IPObjectStruct *Pnext)
 

DESCRIPTION

Creates one control point object. Only one of CagdCoords/Coords should be specified.  

PARAMETERS:

Name: Name of polygonal object.

PtType: Point type of created control point (E2, P3, etc.).

CagdCoords: If specified, used as coefficients of new control point.

Coords: If specified, used as coefficients of new control point.

Pnext: Entry into the object structure.  

FUNCTION RETURN VALUE

IPObjectStruct *: A newly created control point object.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:32 GMT, July 20, 2024