BspKnotParamValues

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

NAME

BspKnotParamValues()  

SYNOPSIS

cagd_lib/bsp_knot.c:1329

CagdRType *BspKnotParamValues(CagdRType PMin,
                              CagdRType PMax,
                              int NumSamples,
                              CagdRType *C1Disconts,
                              int NumC1Disconts)
 

DESCRIPTION

Routine to determine where to sample along the provided paramtric domain, given the C1 discontinuities along it. Returns a vector of length NumSamples. If C1Disconts != NULL (NumC1Disconts > 0), C1Discont is being freed.  

PARAMETERS:

PMin: Minimum of parametric domain.

PMax: Maximum of parametric domain.

NumSamples: To allocate for the vector of samples.

C1Disconts: A vector of potential C1 discontinuities in the (PMin, PMax) domain. This vector is freed by this routine, if it is not NULL.

NumC1Disconts: Length of C1Discont. if zero then C1Discont == NULL.  

FUNCTION RETURN VALUE

CagdRType *: A vector of the suggested set of sampling locations.

 

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:47 GMT, July 20, 2024