.TH BspCrvKnotInsertNSame 3 "IRIT Version 6.0" 
.SH NAME
BspCrvKnotInsertNSame()
.SH SYNOPSIS
.nf
.ft B
cagd_lib/cbsp_aux.c:152

.nf
.ft B
CagdCrvStruct *BspCrvKnotInsertNSame(CagdCrvStruct *Crv, CagdRType t, int n)
.SH DESCRIPTION
Inserts n knot, all with the value t. In no case will the multiplicity of
a knot be greater or equal to the curve order.
.SH PARAMETERS:

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

t: Parameter value of new knot to insert.

n: Maximum number of times t should be inserted.
.SH FUNCTION RETURN VALUE
CagdCrvStruct *:   Refined Crv with n knots of value t.
.LP
.SH ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
