BspKnotSubtrTwo
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
BspKnotSubtrTwo()
SYNOPSIS
cagd_lib/bsp_knot.c:581
CagdRType *BspKnotSubtrTwo(CagdRType *KnotVector1,
int Len1,
CagdRType *KnotVector2,
int Len2,
int *NewLen)
DESCRIPTION
Returns a knot vector that contains all the knots in KnotVector1 that are
not in KnotVector2.
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.
Len1: Length of KnotVector2. This is not the length of the
curve or surface using this knot vector.
NewLen: To save the size of the knot vector that contains the
computed subset of KnotVector1 / KnotVector2.
FUNCTION RETURN VALUE
CagdRType *: The subset of knot in KnotVector1 that are not in
KnotVector2 (KnotVector1 / 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:26:59 GMT, July 20, 2024