SymbTwoSrfsMorphing
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
SymbTwoSrfsMorphing()
SYNOPSIS
symb_lib/morphing.c:727
CagdSrfStruct *SymbTwoSrfsMorphing(CagdSrfStruct *Srf1,
CagdSrfStruct *Srf2,
CagdRType Blend)
DESCRIPTION
Given two compatible surfaces (See function CagdmakeSrfsCompatible),
computes a convex blend between them according to Blend which must be
between zero and one.
Returned is the new blended surface.
PARAMETERS:
Srf1, Srf2: The two surfaces to blend.
Blend: A parameter between zero and one
FUNCTION RETURN VALUE
CagdSrfStruct *: Srf2 * Blend + Srf1 * (1 - Blend).
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:43 GMT, July 20, 2024