C and Objective C math and geometry helpers http://purl.mro.name/ios/MROGeometry
|
hace 6 años | |
---|---|---|
MROGeometry | hace 10 años | |
MROGeometry.xcodeproj | hace 10 años | |
MROGeometryTests | hace 10 años | |
tools | hace 10 años | |
.gitignore | hace 11 años | |
.travis.yml | hace 7 años | |
CHANGELOG.md | hace 10 años | |
Common.xcconfig | hace 10 años | |
Debug.xcconfig | hace 10 años | |
LICENSE | hace 10 años | |
MROGeometry.podspec | hace 10 años | |
Makefile | hace 10 años | |
README.md | hace 7 años | |
Rakefile | hace 10 años | |
Release.xcconfig | hace 10 años | |
VERSION | hace 10 años | |
doap.rdf | hace 6 años |
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 | × |