.TH BspKnotInsertOne 3 "IRIT Version 6.0" 
.SH NAME
BspKnotInsertOne()
.SH SYNOPSIS
.nf
.ft B
cagd_lib/bsp_knot.c:1090

.nf
.ft B
CagdRType *BspKnotInsertOne(CagdRType *KnotVector,
                            int Order,
                            int Len,
                            CagdRType t)
.SH DESCRIPTION
Creates a new vector with t inserted as a new knot. Attempt is made to
make sure t is in the knot vector domain.
No test is made for the current multiplicity of knot t in KnotVector.
This function only constructs a refined knot vector and does not
compute the actual refined coefficients.
.SH PARAMETERS:

KnotVector: To insert new knot t in.

Order: Of geometry that exploits KnotVector.

Len: Length of curve/surface using KnotVector. This is NOT the
length of KnotVector which is equal to (Length + Order).

t: The new knot t to insert.
.SH FUNCTION RETURN VALUE
CagdRType *:   A new knot vector larger by one than KnotVector that
contains t.
.LP
.SH ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
