<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Triangle</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Triangle/</link><description>Recent changes to Triangle</description><atom:link href="https://sourceforge.net/p/mathmaker/doc4dev/Triangle/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 26 Feb 2014 13:22:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mathmaker/doc4dev/Triangle/feed" rel="self" type="application/rss+xml"/><item><title>Triangle modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Triangle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,22 @@
+A Triangle is composed of three Points defining three sides and three angles.
+Its main methods are into\_euk() and work\_out\_euk\_box().
+
+The labels that are displayable along the sides and in the angles allow to draw a Triangle of a desired shape and display other datas, as in a sketch.
+
 [[img src=memo_triangle.png]]

 __Possible args for \_\_init\_\_():__

+* another Triangle
+* ((str, str, str), {'side0':nb0, 'angle1':nb1, 'side1':nb2})
+
+The three strings will be the vertices' names; nb0 and nb2 will be side0's and side1's lengths; nb1 will be the measure of angle1.
+
+other possibilities to create a Triangle will be implemented...
+
+Options:
+
+* rotate_around_barycenter='randomly'|nb: to let the Triangle rotate around its barycenter

 __Fields:__

@@ -11,6 +26,7 @@
 * angles: *(read-only)* the angles of the Triangle (as a list of Angles)
 * side0, side1, side2: *(read-only)* the sides of the Triangle (as Segments)
 * sides: *(read-only)* the sides of the Triangle (as a list of Segments)
+* rotation\_angle: *(read-only)* this is used to rotate the Triangle around its barycenter, to allow the displaying of Triangles in any position

 __Debugging info:__ no dbg\_str() method, so far

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Wed, 26 Feb 2014 13:22:25 -0000</pubDate><guid>https://sourceforge.net7b6cdeb62dfe4febd8411812654ee8703eb9f771</guid></item><item><title>Triangle modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Triangle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,14 +1,19 @@
-[[img src=memo_.png]]
+[[img src=memo_triangle.png]]

 __Possible args for \_\_init\_\_():__

 __Fields:__

+* vertex0, vertex1, vertex2: *(read-only)* the vertices of the Triangle (as Points)
+* vertices: *(read-only)* the vertices of the Triangle (as a list of Points)
+* angle0, angle1, angle2: *(read-only)* the angles of the Triangle (as Angles)
+* angles: *(read-only)* the angles of the Triangle (as a list of Angles)
+* side0, side1, side2: *(read-only)* the sides of the Triangle (as Segments)
+* sides: *(read-only)* the sides of the Triangle (as a list of Segments)

-__Debugging info:__
-[[img src=dbg_.png]]
+__Debugging info:__ no dbg\_str() method, so far

-[Check 's complete doc]()
+[Check Triangle's complete doc](http://mathmaker.sourceforge.net/participate/doc/classcore_1_1geometry_1_1Triangle.html)

 [Back](Core Objects)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Wed, 26 Feb 2014 13:08:18 -0000</pubDate><guid>https://sourceforge.net64637c7098ed620911feac5a0309ca35dd61ec4b</guid></item><item><title>Triangle modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Triangle/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;img src="./attachment/memo_.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Possible args for __init__():&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fields:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Debugging info:&lt;/strong&gt;&lt;br /&gt;
&lt;img src="./attachment/dbg_.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="../"&gt;Check '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>Wed, 26 Feb 2014 12:59:26 -0000</pubDate><guid>https://sourceforge.netb4836bd66ce4542658c1f74fd6324db0ef748ca3</guid></item></channel></rss>