C# 클래스 netfx.Util.Bezier

파일 보기 프로젝트 열기: asadm/NETFx 1 사용 예제들

공개 메소드들

메소드 설명
Bezier ( Point c1, Point c2, Point c3, Point c4 ) : System
genColorTable ( ) : int[]

비공개 메소드들

메소드 설명
B1 ( float t ) : float
B2 ( float t ) : float
B3 ( float t ) : float
B4 ( float t ) : float
getPoint ( float t ) : Point

메소드 상세

Bezier() 공개 메소드

public Bezier ( Point c1, Point c2, Point c3, Point c4 ) : System
c1 Point
c2 Point
c3 Point
c4 Point
리턴 System

genColorTable() 공개 메소드

public genColorTable ( ) : int[]
리턴 int[]