2001-12-17 16:51:51 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>NSAffineTransform.m</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2002-01-28 04:50:14 +00:00
|
|
|
<a href="Gui.html">Up</a>
|
|
|
|
<br />
|
|
|
|
<h1><a name="title$NSAffineTransform">NSAffineTransform.m</a></h1>
|
2001-12-17 16:51:51 +00:00
|
|
|
<h3>Authors</h3>
|
|
|
|
<dl>
|
|
|
|
<dt>Ovidiu Predescu(<a href="mailto:ovidiu@net-community.com"><code>
|
|
|
|
ovidiu@net-community.com
|
|
|
|
</code></a>)</dt>
|
|
|
|
<dd>
|
|
|
|
</dd>
|
|
|
|
<dt>Richard Frith-Macdonald(<a href="mailto:richard@brainstorm.co.uk"><code>
|
|
|
|
richard@brainstorm.co.uk
|
|
|
|
</code></a>)</dt>
|
|
|
|
<dd>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
2002-01-28 04:50:14 +00:00
|
|
|
<p><b>Copyright:</b> (C) 1996,1999 Free Software Foundation, Inc.</p>
|
|
|
|
<div>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
<h3>Contents -</h3>
|
|
|
|
<ol>
|
|
|
|
<li>
|
|
|
|
<a href="#001000000000">Software documentation for the NSAffineTransform class</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#002000000000">Software documentation for the
|
|
|
|
NSAffineTransform(GNUstep) category</a>
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
</div>
|
|
|
|
<h1><a name="001000000000">
|
2001-12-17 16:51:51 +00:00
|
|
|
Software documentation for the NSAffineTransform class
|
2002-01-28 04:50:14 +00:00
|
|
|
</a></h1>
|
|
|
|
<h2><a name="class$NSAffineTransform">NSAffineTransform</a> : <a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a></h2>
|
|
|
|
<blockquote>
|
|
|
|
<dl>
|
|
|
|
<dt><b>Declared in:</b></dt>
|
|
|
|
<dd>AppKit/NSAffineTransform.h</dd>
|
|
|
|
</dl>
|
|
|
|
</blockquote>
|
|
|
|
<blockquote>
|
|
|
|
<dl>
|
|
|
|
<dt><b>Conforms to:</b></dt>
|
|
|
|
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCopying)">NSCopying</a></dd>
|
|
|
|
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCoding)">NSCoding</a></dd>
|
|
|
|
</dl>
|
|
|
|
</blockquote>
|
|
|
|
<blockquote>
|
|
|
|
<b>Standards:</b>
|
|
|
|
<ul>
|
|
|
|
<li>GNUstep</li>
|
|
|
|
<li>MacOS-X</li>
|
|
|
|
<li>OpenStep</li>
|
|
|
|
</ul>
|
|
|
|
</blockquote>
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<b>Method summary</b>
|
|
|
|
<ul>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform+transform">+transform</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-appendTransform:">-appendTransform:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-concat">-concat</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-initWithTransform:">-initWithTransform:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-invert">-invert</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-prependTransform:">-prependTransform:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-rotateByDegrees:">-rotateByDegrees:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-rotateByRadians:">-rotateByRadians:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-scaleBy:">-scaleBy:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-scaleXBy:yBy:">-scaleXBy:yBy:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-set">-set</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-setTransformStruct:">-setTransformStruct:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-transformBezierPath:">-transformBezierPath:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-transformPoint:">-transformPoint:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-transformSize:">-transformSize:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-transformStruct">-transformStruct</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform-translateXBy:yBy:">-translateXBy:yBy:</a></li>
|
|
|
|
</ul>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform+transform">transform</a></h3>
|
|
|
|
+ (<a rel="gsdoc" href="#class$NSAffineTransform">NSAffineTransform</a>*) <b>transform</b>;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-appendTransform:">appendTransform:</a></h3>
|
|
|
|
- (void) <b>appendTransform:</b> (<a rel="gsdoc" href="#class$NSAffineTransform">NSAffineTransform</a>*)aTransform;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-concat">concat</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>concat</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-initWithTransform:">initWithTransform:</a></h3>
|
|
|
|
- (id) <b>initWithTransform:</b> (<a rel="gsdoc" href="#class$NSAffineTransform">NSAffineTransform</a>*)aTransform;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-invert">invert</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>invert</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-prependTransform:">prependTransform:</a></h3>
|
|
|
|
- (void) <b>prependTransform:</b> (<a rel="gsdoc" href="#class$NSAffineTransform">NSAffineTransform</a>*)aTransform;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-rotateByDegrees:">rotateByDegrees:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>rotateByDegrees:</b> (float)angle;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-rotateByRadians:">rotateByRadians:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>rotateByRadians:</b> (float)angleRad;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-scaleBy:">scaleBy:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>scaleBy:</b> (float)scale;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-scaleXBy:yBy:">scaleXBy:yBy:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>scaleXBy:</b> (float)scaleX<b> yBy:</b> (float)scaleY;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-set">set</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>set</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-setTransformStruct:">setTransformStruct:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setTransformStruct:</b> (NSAffineTransformStruct)val;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-transformBezierPath:">transformBezierPath:</a></h3>
|
|
|
|
- (<a rel="gsdoc" href="NSBezierPath.html#class$NSBezierPath">NSBezierPath</a>*) <b>transformBezierPath:</b> (<a rel="gsdoc" href="NSBezierPath.html#class$NSBezierPath">NSBezierPath</a>*)aPath;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-transformPoint:">transformPoint:</a></h3>
|
|
|
|
- (NSPoint) <b>transformPoint:</b> (NSPoint)aPoint;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-transformSize:">transformSize:</a></h3>
|
|
|
|
- (NSSize) <b>transformSize:</b> (NSSize)aSize;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-transformStruct">transformStruct</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (NSAffineTransformStruct) <b>transformStruct</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform-translateXBy:yBy:">translateXBy:yBy:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>translateXBy:</b> (float)tranX<b> yBy:</b> (float)tranY;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h1><a name="002000000000">
|
2001-12-17 16:51:51 +00:00
|
|
|
Software documentation for the
|
|
|
|
NSAffineTransform(GNUstep) category
|
2002-01-28 04:50:14 +00:00
|
|
|
</a></h1>
|
|
|
|
<h2><a rel="gsdoc" href="#class$NSAffineTransform">NSAffineTransform</a>(<a name="category$NSAffineTransform(GNUstep)">GNUstep</a>)</h2>
|
|
|
|
<blockquote>
|
|
|
|
<dl>
|
|
|
|
<dt><b>Declared in:</b></dt>
|
|
|
|
<dd>AppKit/NSAffineTransform.h</dd>
|
|
|
|
</dl>
|
|
|
|
</blockquote>
|
|
|
|
<blockquote>
|
|
|
|
<b>Standards:</b>
|
|
|
|
<ul>
|
|
|
|
<li>NotOpenStep</li>
|
|
|
|
<li>NotMacOS-X</li>
|
|
|
|
<li>GNUstep</li>
|
|
|
|
</ul>
|
|
|
|
</blockquote>
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<b>Method summary</b>
|
|
|
|
<ul>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)+matrixFrom:">+matrixFrom:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-boundingRectFor:result:">-boundingRectFor:result:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-concatenateWith:">-concatenateWith:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-concatenateWithMatrix:">-concatenateWithMatrix:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-deltaPointInMatrixSpace:">-deltaPointInMatrixSpace:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-getMatrix:">-getMatrix:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-inverse">-inverse</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-isRotated">-isRotated</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-makeIdentityMatrix">-makeIdentityMatrix</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-pointInMatrixSpace:">-pointInMatrixSpace:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-rectInMatrixSpace:">-rectInMatrixSpace:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-rotateByAngle:">-rotateByAngle:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-rotationAngle">-rotationAngle</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-scaleBy::">-scaleBy::</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-scaleTo::">-scaleTo::</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-setFrameOrigin:">-setFrameOrigin:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-setFrameRotation:">-setFrameRotation:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-setMatrix:">-setMatrix:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-sizeInMatrixSpace:">-sizeInMatrixSpace:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-takeMatrixFromTransform:">-takeMatrixFromTransform:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSAffineTransform.html#method$NSAffineTransform(GNUstep)-translateToPoint:">-translateToPoint:</a></li>
|
|
|
|
</ul>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)+matrixFrom:">matrixFrom:</a></h3>
|
|
|
|
+ (<a rel="gsdoc" href="#class$NSAffineTransform">NSAffineTransform</a>*) <b>matrixFrom:</b> (const float[6])_matrix;<br />
|
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-boundingRectFor:result:">boundingRectFor:result:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>boundingRectFor:</b> (NSRect)rect<b> result:</b> (NSRect*)new;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-concatenateWith:">concatenateWith:</a></h3>
|
|
|
|
- (void) <b>concatenateWith:</b> (<a rel="gsdoc" href="#class$NSAffineTransform">NSAffineTransform</a>*)anotherMatrix;<br />
|
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-concatenateWithMatrix:">concatenateWithMatrix:</a></h3>
|
|
|
|
- (void) <b>concatenateWithMatrix:</b> (const float[6])anotherMatrix;<br />
|
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-deltaPointInMatrixSpace:">deltaPointInMatrixSpace:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (NSPoint) <b>deltaPointInMatrixSpace:</b> (NSPoint)point;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-getMatrix:">getMatrix:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>getMatrix:</b> (float[6])replace;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-inverse">inverse</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>inverse</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-isRotated">isRotated</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (BOOL) <b>isRotated</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-makeIdentityMatrix">makeIdentityMatrix</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>makeIdentityMatrix</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-pointInMatrixSpace:">pointInMatrixSpace:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (NSPoint) <b>pointInMatrixSpace:</b> (NSPoint)point;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-rectInMatrixSpace:">rectInMatrixSpace:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (NSRect) <b>rectInMatrixSpace:</b> (NSRect)rect;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-rotateByAngle:">rotateByAngle:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>rotateByAngle:</b> (float)angle;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-rotationAngle">rotationAngle</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (float) <b>rotationAngle</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-scaleBy::">scaleBy::</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>scaleBy:</b> (float)sx<b> :</b> (float)sy;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-scaleTo::">scaleTo::</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>scaleTo:</b> (float)sx<b> :</b> (float)sy;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-setFrameOrigin:">setFrameOrigin:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setFrameOrigin:</b> (NSPoint)point;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-setFrameRotation:">setFrameRotation:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setFrameRotation:</b> (float)angle;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-setMatrix:">setMatrix:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setMatrix:</b> (const float[6])replace;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-sizeInMatrixSpace:">sizeInMatrixSpace:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (NSSize) <b>sizeInMatrixSpace:</b> (NSSize)size;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-takeMatrixFromTransform:">takeMatrixFromTransform:</a></h3>
|
|
|
|
- (void) <b>takeMatrixFromTransform:</b> (<a rel="gsdoc" href="#class$NSAffineTransform">NSAffineTransform</a>*)aTransform;<br />
|
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSAffineTransform(GNUstep)-translateToPoint:">translateToPoint:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>translateToPoint:</b> (NSPoint)point;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<br />
|
|
|
|
<a href="Gui.html">Up</a>
|
2001-12-17 16:51:51 +00:00
|
|
|
</body>
|
|
|
|
</html>
|