BspKnotMergeTwo
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
BspKnotMergeTwo()
SYNOPSIS
cagd_lib/bsp_knot.c:637
CagdRType *BspKnotMergeTwo(CagdRType *KnotVector1,
int Len1,
CagdRType *KnotVector2,
int Len2,
int Mult,
int *NewLen)
DESCRIPTION
Merges two knot vector KnotVector1 and KnotVector2 of length Len1 and Len2
respectively into one. If Mult is not zero then knot multiplicity is
tested not to be larger than Mult value.
NewLen is set to new KnotVector length.
PARAMETERS:
KnotVector1: First knot vector.
Len1: Length of KnotVector1. This is not the length of the
curve or surface using this knot vector.
KnotVector2: Second knot vector.
Len2: Length of KnotVector2. This is not the length of the
curve or surface using this knot vector.
Mult: Maximum multiplicity to allow in merged knot vector.
NewLen: To save the size of the knot vector that contains the
merged knot vectors.
FUNCTION RETURN VALUE
CagdRType *: The merged knot verctor (KnotVector1 U KnotVector2).
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:31 GMT, July 20, 2024