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

Closed Bezier Spline Control Points calculation.
Mostra file Open project: TNOCS/csTouch

Public Methods

Method Description
GetCurveControlPoints ( System knots, System &firstControlPoints, System &secondControlPoints ) : void

Get Closed Bezier Spline Control Points.

Method Details

GetCurveControlPoints() public static method

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.
return void