C# 클래스 FarseerPhysics.ContentPipeline.SVGPathParser

파일 보기 프로젝트 열기: tinco/Farseer-Physics 1 사용 예제들

공개 메소드들

메소드 설명
ParseSVGPath ( string path, Matrix transformation ) : List
SVGPathParser ( int bezierIterations ) : System

비공개 메소드들

메소드 설명
cubicBezier ( Vertices path, Vector2 start, Vector2 end, Vector2 controlStart, Vector2 controlEnd, int steps ) : void
cubicBezierRecursive ( Vertices path, Vector2 start, Vector2 end, Vector2 controlStart, Vector2 controlEnd, int level ) : void
getNextPathItem ( string input, string &item ) : string

메소드 상세

ParseSVGPath() 공개 메소드

public ParseSVGPath ( string path, Matrix transformation ) : List
path string
transformation Matrix
리턴 List

SVGPathParser() 공개 메소드

public SVGPathParser ( int bezierIterations ) : System
bezierIterations int
리턴 System