C# 클래스 csCommon.Types.Geometries.AdvancedGeometry.GeometryTransformers.SmoothBezierTransformer.ClosedBezierSpline

Closed Bezier Spline Control Points calculation.
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
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