Added method to copy matrix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-01-16 12:30:28 +00:00
parent 0c31e0d2f4
commit a91e43fe0d

View file

@ -96,6 +96,8 @@ typedef struct {
- (void) setMatrix: (const float[6])replace; - (void) setMatrix: (const float[6])replace;
- (void) getMatrix: (float[6])replace; - (void) getMatrix: (float[6])replace;
- (void) getMatrixFromTransform: (NSAffineTransform *)other;
@end @end
#endif #endif