C# 클래스 PixelFarm.Agg.VertexSource.BezierCurve

bezire curve generator
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
CreateBezierVxs3 ( VertexStore vxs, Vector2 start, Vector2 end, Vector2 control1 ) : void
CreateBezierVxs4 ( VertexStore vxs, Vector2 start, Vector2 end, Vector2 control1, Vector2 control2 ) : void
Curve3GetControlPoints ( Vector2 start, Vector2 controlPoint, Vector2 endPoint, Vector2 &control1, Vector2 &control2 ) : void

메소드 상세

CreateBezierVxs3() 공개 정적인 메소드

public static CreateBezierVxs3 ( VertexStore vxs, Vector2 start, Vector2 end, Vector2 control1 ) : void
vxs VertexStore
start Vector2
end Vector2
control1 Vector2
리턴 void

CreateBezierVxs4() 공개 정적인 메소드

public static CreateBezierVxs4 ( VertexStore vxs, Vector2 start, Vector2 end, Vector2 control1, Vector2 control2 ) : void
vxs VertexStore
start Vector2
end Vector2
control1 Vector2
control2 Vector2
리턴 void

Curve3GetControlPoints() 공개 정적인 메소드

public static Curve3GetControlPoints ( Vector2 start, Vector2 controlPoint, Vector2 endPoint, Vector2 &control1, Vector2 &control2 ) : void
start Vector2
controlPoint Vector2
endPoint Vector2
control1 Vector2
control2 Vector2
리턴 void