SymbCrvVecDotProd
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
SymbCrvVecDotProd()
SYNOPSIS
symb_lib/symbolic.c:252
CagdCrvStruct *SymbCrvVecDotProd(CagdCrvStruct *Crv, CagdVType Vec)
DESCRIPTION
Given a curve and a vector - computes their dot product.
Returned curve is a scalar curve representing the dot product.
PARAMETERS:
Crv: Curve to multiply and compute a dot product for.
Vec: Vector to project Crv onto.
FUNCTION RETURN VALUE
CagdCrvStruct *: A scalar curve representing the dot product of
Crv . Vec.
SEE ALSO
SymbCrvDotProd,
SymbCrvMult,
SymbCrvMultScalar,
SymbCrvCrossProd,
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- SEE ALSO
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:23 GMT, July 20, 2024