C# Класс FarseerPhysics.ContentPipeline.SVGPathParser

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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