Corrected affine transform struct element names and added some drawing functions.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18288 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-12-30 12:42:37 +00:00
parent e8c1d1f693
commit 4f10989eb8
6 changed files with 26 additions and 25 deletions

View file

@ -37,8 +37,8 @@ typedef struct {
float m12;
float m21;
float m22;
float tx;
float ty;
float tX;
float tY;
} NSAffineTransformStruct;
@interface NSAffineTransform : NSObject <NSCopying, NSCoding>