C# Класс csCommon.Types.Geometries.AdvancedGeometry.GeometryTransformers.SmoothBezierTransformer.ClosedBezierSpline

Closed Bezier Spline Control Points calculation.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCurveControlPoints ( System knots, System &firstControlPoints, System &secondControlPoints ) : void

Get Closed Bezier Spline Control Points.

Описание методов

GetCurveControlPoints() публичный статический Метод

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.
Результат void