[Drawkit] Radius fix to DKArkPath applyTransform

Michael Caron michael.r.caron at gmail.com
Sat Apr 18 09:27:22 PDT 2009


- (void) applyTransform:(NSAffineTransform*) transform
{
	[super applyTransform:transform];
	NSPoint p = NSMakePoint(mRadius, 0.0f);
	mRadius = [transform transformPoint:p].x;
	mCentre = [transform transformPoint:mCentre];
}


Michael
------------------------------------------------
michael.r.caron at gmail.com
http://techrad.wordpress.com
http://mrcaron.wordpress.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.apptree.net/pipermail/drawkit-apptree.net/attachments/20090418/90e55cd0/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://lists.apptree.net/pipermail/drawkit-apptree.net/attachments/20090418/90e55cd0/attachment.pgp>


More information about the Drawkit mailing list