C and Objective C math and geometry helpers http://purl.mro.name/ios/MROGeometry
Marcus Rohrmoser 04aabb9f9e code domain | 5 vuotta sitten | |
---|---|---|
MROGeometry | 9 vuotta sitten | |
MROGeometry.xcodeproj | 10 vuotta sitten | |
MROGeometryTests | 9 vuotta sitten | |
tools | 9 vuotta sitten | |
.gitignore | 10 vuotta sitten | |
.travis.yml | 6 vuotta sitten | |
CHANGELOG.md | 10 vuotta sitten | |
Common.xcconfig | 9 vuotta sitten | |
Debug.xcconfig | 9 vuotta sitten | |
LICENSE | 9 vuotta sitten | |
MROGeometry.podspec | 10 vuotta sitten | |
Makefile | 9 vuotta sitten | |
README.md | 7 vuotta sitten | |
Rakefile | 10 vuotta sitten | |
Release.xcconfig | 9 vuotta sitten | |
VERSION | 10 vuotta sitten | |
doap.rdf | 5 vuotta sitten |
Some C / Objective-C helpers related to
Parse a SVG path and return a retained CGPathRef.
See PathParser.h
Write a very simple, non-optimized form of SVG path.
Simple CGPoint math:
Persist a CGPathRef using the SVG path format as ASCII/C String.
Parse a SVG path and return a retained CGPathRef.
Uses the Ragel-generate state machine PathParser.rl directly based on the W3C BNF path grammar for parsing.
Parse a SVG transform attribute and return a CGAffineTransform.
Uses the Ragel-generate state machine TrafoParser.rl directly based on the W3C grammar for parsing.
There are some macros I use all over the place. Instead including the same header in every source file I put them into MROGeometry-Prefix.pch as usual.
Generate C state machines and pdf docs from Ragel sources.
Quality | very good | good | normal | irrelevant |
---|---|---|---|---|
Functionality | × | |||
Reliability | × | |||
Usability | × | |||
Efficiency | × | |||
Changeability | × | |||
Portability | × |