VPNurbsValues Constructor ( Double , Int32, Double,  Double )Virtual Photonics - VTS Library
Virtual Photonics
Constructor used for Unit testing of NurbsGenerator class

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

public NurbsValues(
	double[] knots,
	int degree,
	double max,
	double[] controlPoints
)

Parameters

knots
Type:  OnlineSystem Double 
knots vector
degree
Type: OnlineSystem Int32
degree of the NURBS curve
max
Type: OnlineSystem Double
max value mapped to the interval 0-1
controlPoints
Type:  OnlineSystem Double 
control points
See Also