BspCrvKnotInsertNDiff

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

NAME

BspCrvKnotInsertNDiff()  

SYNOPSIS

cagd_lib/cbsp_aux.c:200

CagdCrvStruct *BspCrvKnotInsertNDiff(CagdCrvStruct *Crv,
                                     CagdBType Replace,
                                     CagdRType *t, int n)
 

DESCRIPTION

Inserts n knot with different values as defined by the vector t. If, however, Replace is TRUE, the knot are simply replacing the current knot vector.  

PARAMETERS:

Crv: To refine by insertion (upto) n knot of value t.

Replace: if TRUE, the n knots in t should replace the knot vector of size n of Crv. Sizes must match. If False, n new knots as defined by t will be introduced into Crv.

t: New knots to introduce/replace knot vector of Crv.

n: Size of t.  

FUNCTION RETURN VALUE

CagdCrvStruct *: Refined Crv with n new knots.

 

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