mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-30 22:30:42 +00:00
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:
parent
0c31e0d2f4
commit
a91e43fe0d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue