C# 클래스 THREE.FontUtils

파일 보기 프로젝트 열기: inoook/BezierPath

공개 메소드들

메소드 설명
Triangulate ( List contour, bool indices ) : List>
area ( List contour ) : float
snip ( List contour, int u, int v, int w, int n, List verts ) : bool

메소드 상세

Triangulate() 공개 정적인 메소드

public static Triangulate ( List contour, bool indices ) : List>
contour List
indices bool
리턴 List>

area() 공개 정적인 메소드

public static area ( List contour ) : float
contour List
리턴 float

snip() 공개 정적인 메소드

public static snip ( List contour, int u, int v, int w, int n, List verts ) : bool
contour List
u int
v int
w int
n int
verts List
리턴 bool