C# Class csCommon.Types.Geometries.AdvancedGeometry.GeometryTransformers.SmoothBezierTransformer.ClosedBezierSpline

Closed Bezier Spline Control Points calculation.
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
GetCurveControlPoints ( System knots, System &firstControlPoints, System &secondControlPoints ) : void

Get Closed Bezier Spline Control Points.

Method Details

GetCurveControlPoints() public static méthode

Get Closed Bezier Spline Control Points.
public static GetCurveControlPoints ( System knots, System &firstControlPoints, System &secondControlPoints ) : void
knots System Input Knot Bezier spline points.
firstControlPoints System Output First Control points array of the same /// length as the array.
secondControlPoints System Output Second Control points array of of the same /// length as the array.
Résultat void