<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://patrius.cnes.fr/index.php?action=history&amp;feed=atom&amp;title=User_Manual_4.0_Disk</id>
	<title>User Manual 4.0 Disk - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://patrius.cnes.fr/index.php?action=history&amp;feed=atom&amp;title=User_Manual_4.0_Disk"/>
	<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=User_Manual_4.0_Disk&amp;action=history"/>
	<updated>2026-04-06T06:51:51Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://patrius.cnes.fr/index.php?title=User_Manual_4.0_Disk&amp;diff=1579&amp;oldid=prev</id>
		<title>Admin : Page créée avec « ====Definition==== Disks are used for the finite rectangle cones.  center  ====Implementation==== The Disk object implements th... »</title>
		<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=User_Manual_4.0_Disk&amp;diff=1579&amp;oldid=prev"/>
		<updated>2018-04-03T15:12:08Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « ====Definition==== Disks are used for the &lt;a href=&quot;/index.php?title=MAT_GEO_RectangleCone&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;MAT GEO RectangleCone (page inexistante)&quot;&gt;finite rectangle cones&lt;/a&gt;.  &lt;a href=&quot;/index.php/Fichier:Disk.PNG&quot; title=&quot;Fichier:Disk.PNG&quot;&gt;center&lt;/a&gt;  ====Implementation==== The Disk object implements th... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;====Definition====&lt;br /&gt;
Disks are used for the [[MAT_GEO_RectangleCone|finite rectangle cones]].&lt;br /&gt;
&lt;br /&gt;
[[File:disk.PNG|center]]&lt;br /&gt;
&lt;br /&gt;
====Implementation====&lt;br /&gt;
The Disk object implements the [{{JavaDoc4.0}}/fr/cnes/sirius/patrius/math/geometry/euclidean/threed/SolidShape.html SolidShape interface] and extends the&lt;br /&gt;
[{{JavaDoc4.0}}/fr/cnes/sirius/patrius/math/geometry/euclidean/threed/AbstractEllipse.html Disk and abstract ellipse] class. Please refer to the [{{JavaDoc4.0}}/fr/cnes/sirius/patrius/math/geometry/euclidean/threed/package-summary.html Disk and AbstractEllipse javadoc] for a complete list of public methods.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Instantiation====&lt;br /&gt;
The disk object is built from a centre (Vector3D), one vector representing the normal to the disk surface (Vector3D) and one radius : &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
Vector3D center = new Vector3D(1.0, 1.0, 1.0);&lt;br /&gt;
Vector3D normal = new Vector3D(1.0, 1.0, 0.0);&lt;br /&gt;
double radius = 1;&lt;br /&gt;
Disk disk = new Disk(center, normal, radius);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The local frame of the disk is built from the normal vector.&lt;br /&gt;
&lt;br /&gt;
====Usage====&lt;br /&gt;
See [{{JavaDoc4.0}}/fr/cnes/sirius/patrius/math/geometry/euclidean/threed/AbstractEllipse.html abstract ellipse] and [[MAT_GEO_Home#HInteractions|interactions with geometrical objects]].&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>