VPNurbsGenerator MultiplyControlPointsAndPolynomialCoefficients Method Virtual Photonics - VTS Library
Virtual Photonics
Multiplies each polynomial coefficient with its corresponding control point. 'The NURBS Book' page 81.

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public double[] MultiplyControlPointsAndPolynomialCoefficients(
	double[,] polynomialCoefs,
	double[] controlPoints
)

Parameters

polynomialCoefs
Type:  OnlineSystem Double 
polynmial coefficients
controlPoints
Type:  OnlineSystem Double 
control point of the isoparamentric Nurbs curve

Return Value

Type:  OnlineDouble 
polynomial coefficients multiplied by the respective control point
See Also