The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html><head><title>Constructible</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
<link rel="stylesheet" type="text/css" title="pod_stylesheet" href="http://search.cpan.org/s/style.css">

</head>
<body class='pod'>
<!--
  generated by Pod::Simple::HTML v3.03,
  using Pod::Simple::PullParser v2.02,
  under Perl v5.010001 at Mon Aug 29 18:35:34 2011 GMT.

 If you want to change this HTML document, you probably shouldn't do that
   by changing it directly.  Instead, see about changing the calling options
   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
   then reconverting this document from the Pod source.
   When in doubt, email the author of Pod::Simple::HTML for advice.
   See 'perldoc Pod::Simple::HTML' for more info.

-->

<!-- start doc -->
<a name='___top' class='dummyTopAnchor' ></a>

<div class='indexgroup'>
<ul   class='indexList indexList1'>
  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
  <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
  <ul   class='indexList indexList2'>
    <li class='indexItem indexItem2'><a href='#construction_of_a_perpendicular_on_a_given_segment'>construction of a perpendicular on a given segment</a>
    <li class='indexItem indexItem2'><a href='#construction_the_parallel_to_a_given_segment'>construction the parallel to a given segment</a>
    <li class='indexItem indexItem2'><a href='#trisecting_a_segment'>trisecting a segment</a>
  </ul>
  <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a>
</ul>
</div>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="NAME"
>NAME</a></h1>

<p>Constructible - A package for computing and visualizing constructible numbers.</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="DESCRIPTION"
>DESCRIPTION</a></h1>

<p>This module provides the basic tools to build geometric constructions with ruler and compass.
This is how constructible numbers arise,
these are numbers which can be constructed by initially taking 2 points and using only ruler and compass to build additional points,
and those additional points must only be at intersections of either lines or circles drawn by means of ruler and compass.</p>

<p>This module also provides an interface to Maxima(which is a full-featured CAS).
Here are some examples:</p>

<h2><a class='u' href='#___top' title='click to go to top of document'
name="construction_of_a_perpendicular_on_a_given_segment"
>construction of a perpendicular on a given segment</a></h2>

<p><center><img src="http://perlhobby.googlecode.com/svn/trunk/constructible_png/perpendicular.png" /></center></p>


<h2><a class='u' href='#___top' title='click to go to top of document'
name="construction_the_parallel_to_a_given_segment"
>construction the parallel to a given segment</a></h2>

<p><center><img src="http://perlhobby.googlecode.com/svn/trunk/constructible_png/parallel.png" /></center></p>


<h2><a class='u' href='#___top' title='click to go to top of document'
name="trisecting_a_segment"
>trisecting a segment</a></h2>

<p><center><img src="http://perlhobby.googlecode.com/svn/trunk/constructible_png/trisect_segment.png" /></center></p>


<h1><a class='u' href='#___top' title='click to go to top of document'
name="SEE_ALSO"
>SEE ALSO</a></h1>

<p><a href="http://en.wikipedia.org/wiki/Constructible_number" class="podlinkurl"
>http://en.wikipedia.org/wiki/Constructible_number</a></p>

<p><a href="http://search.cpan.org/perldoc?Constructible%3A%3AMaxima" class="podlinkpod"
>Constructible::Maxima</a></p>

<!-- end doc -->

</body></html>