<?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_3.4.1_Ellipsoids</id>
	<title>User Manual 3.4.1 Ellipsoids - 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_3.4.1_Ellipsoids"/>
	<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=User_Manual_3.4.1_Ellipsoids&amp;action=history"/>
	<updated>2026-05-02T17:07:17Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://patrius.cnes.fr/index.php?title=User_Manual_3.4.1_Ellipsoids&amp;diff=1629&amp;oldid=prev</id>
		<title>Admin : Page créée avec « ==== Definition ====  An ellipsoid is a closed quadric surface that is the three dimensional analogue of an ellipse. Assuming the XYZ coordinate system is such that the el... »</title>
		<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=User_Manual_3.4.1_Ellipsoids&amp;diff=1629&amp;oldid=prev"/>
		<updated>2018-04-04T13:10:46Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « ==== Definition ====  An ellipsoid is a closed quadric surface that is the three dimensional analogue of an ellipse. Assuming the XYZ coordinate system is such that the el... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==== Definition ====&lt;br /&gt;
&lt;br /&gt;
An ellipsoid is a closed quadric surface that is the three dimensional analogue of an ellipse. Assuming the XYZ coordinate system is such that the ellipsoid is centered and axis-aligned, the ellipsoids equation is given by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\mathcal{S} = \left\{ (x, y, z) \in \mathbb{R}^3 \middle/ {x^2 \over a^2} + {y^2 \over b^2} + {z^2 \over c^2} = 1\right\}&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:ellipsoid.PNG|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;a&amp;#039;&amp;#039;&amp;#039;,&amp;#039;&amp;#039;&amp;#039;b&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;c&amp;#039;&amp;#039;&amp;#039; are called the semi axes of the ellipsoid.&lt;br /&gt;
&lt;br /&gt;
==== Implementation ====&lt;br /&gt;
&lt;br /&gt;
The Ellipsoid object in the SIRIUS library implements the [MAT_GEO_EllipsoidInterface Ellipsoid interface]. Please refer to the [{{JavaDoc3.4.1}}/org/apache/commons/math3/geometry/euclidean/threed/Ellipsoid.html Javadoc] for a complete list of public methods.&lt;br /&gt;
&lt;br /&gt;
==== Instantiation ====&lt;br /&gt;
&lt;br /&gt;
In order to instantiate an ellipsoid, the user must specify the ellipsoids&amp;#039; center, it&amp;#039;s axis of revolution, X-axis, and all three semi-axis &amp;lt;math&amp;gt;a,  b&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt;. For example :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
// Spheroid parameters&lt;br /&gt;
Vector3D position = new Vector3D(0, 0, 0);&lt;br /&gt;
Vector3D revAxis = new Vector3D(0, 0, 1);&lt;br /&gt;
Vector3D xAxis = new Vector3D(1, 0, 0);&lt;br /&gt;
double a = 2.0;&lt;br /&gt;
double c = 1.5;&lt;br /&gt;
double c = 1.0;&lt;br /&gt;
// The ellipsoid itself&lt;br /&gt;
Ellipsoid myEllipsoid = new Ellipsoid(position, revAxis, xAxis, a, b, c);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&lt;br /&gt;
Please refer to the [MAT_GEO_Home#HInteractions Interactions with other geometrical objects section] for methods inherited from the Shape interface.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>