-
Notifications
You must be signed in to change notification settings - Fork 2
/
circle_by_radius.html
64 lines (37 loc) · 1.68 KB
/
circle_by_radius.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript">
var tiki_cookie_jar = new Array();
tiki_cookie_jar = {
};
</script>
<script type="text/javascript" src="lib/tiki-js.js"></script><title>JGEX Documentation : Circle By Radius</title>
<link rel="StyleSheet" href="lib/1.css" type="text/css">
<link rel="StyleSheet" href="styles/cindydoc.css" type="text/css">
<link rel="alternate" type="application/xml" title="RSS Wiki" >
<style type="text/css">
<!--
.style2 {font-size: 18px}
-->
</style>
</head>
<body>
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000;"></div>
<script type="text/javascript" language="JavaScript" src="lib/overlib.js"></script>
<div id="tiki-clean">
<div id="tiki-mid">
<div class="wikitopline"></div>
<div class="wikitext">
<h2>Add a Circle by Radius </h2>
<br />
<div id="supi"><img src="images/circler.gif" alt="" width="29" height="28" border="1" align="left" /></div>
<p>Click three points to construct a circle. The first point is as the center of the circle. The other two points serve as the diameter of the circle.</p>
<p> </p>
<p> To draw a circle with given radius AB and the center C, points A and B must be aready constructed. Click A, then B. Then click again. The circle (C, AB) is drawn. </p>
<p><img src="images2/circled.gif" alt="circleD" height="150" width="150" /></p>
</div>
<p class="editdate">JGEX Help </p>
</div>
</div>
</body></html>