<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Point</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Point/</link><description>Recent changes to Point</description><atom:link href="https://sourceforge.net/p/mathmaker/doc4dev/Point/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 25 Feb 2014 17:05:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mathmaker/doc4dev/Point/feed" rel="self" type="application/rss+xml"/><item><title>Point modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Point/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,7 +3,7 @@
 __Possible args for \_\_init\_\_():__

 * another Point
-* [String, (nb,nb)]
+* \[String, (nb,nb)]

 where the string will be the name of the new Point and (nb, nb) its coordinates.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Tue, 25 Feb 2014 17:05:30 -0000</pubDate><guid>https://sourceforge.netff18205541d2870802d4decd46861638af83cbb5</guid></item><item><title>Point modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Point/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This class is used to manipulate Points.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Possible args for __init__():&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;another Point&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[String, (nb,nb)]&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;where the string will be the name of the new Point and (nb, nb) its coordinates.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fields:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;x&lt;/li&gt;
&lt;li&gt;y&lt;/li&gt;
&lt;li&gt;x_exact&lt;/li&gt;
&lt;li&gt;y_exact&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;x and y are the &lt;em&gt;rounded&lt;/em&gt; coordinates, since we don't always need an incredible precision when displaying the coordinates. Please note that setting x and y will set the exact values; nevertheless, x and y will still be displayed rounded, to acces the exact value, use x_exact and y_exact&lt;/p&gt;
&lt;p&gt;The main method is rotate(center &amp;lt;as Point&gt;, angle &amp;lt;as nb&gt;) which creates a new Point from the rotation of self. The new Point will be named, by default, after the original's name plus a '. It is possible to use keep_name=True to let the name of the new Point be exactly the same, or new_name="H" to name the new Point as wished.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Debugging info:&lt;/strong&gt; no dbg_str() method so far&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://mathmaker.sourceforge.net/participate/doc/classcore_1_1base__geometry_1_1Point.html"&gt;Check Point's complete doc&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="/p/mathmaker/doc4dev/Core%20Objects/"&gt;Back&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Tue, 25 Feb 2014 16:48:02 -0000</pubDate><guid>https://sourceforge.netd637381669dce8a5f8e12c358f303c95a096f75c</guid></item></channel></rss>