<?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_Infinite_elliptic_cone</id>
	<title>User Manual 3.4.1 Infinite elliptic cone - 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_Infinite_elliptic_cone"/>
	<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=User_Manual_3.4.1_Infinite_elliptic_cone&amp;action=history"/>
	<updated>2026-05-02T11:46:19Z</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_Infinite_elliptic_cone&amp;diff=1624&amp;oldid=prev</id>
		<title>Admin : Page créée avec « ==== Definition ====  An infinite elliptic cone is a ruled surface that resembles a cone except that its basis is an ellipse. As such, it is also &#039;&#039;a set of half-lines&#039;&#039; t... »</title>
		<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=User_Manual_3.4.1_Infinite_elliptic_cone&amp;diff=1624&amp;oldid=prev"/>
		<updated>2018-04-04T12:56:24Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « ==== Definition ====  An infinite elliptic cone is a ruled surface that resembles a cone except that its basis is an ellipse. As such, it is also &amp;#039;&amp;#039;a set of half-lines&amp;#039;&amp;#039; t... »&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 infinite elliptic cone is a ruled surface that resembles a cone except that its basis is an ellipse. As such, it is also &amp;#039;&amp;#039;a set of half-lines&amp;#039;&amp;#039; that start at the common point called &amp;#039;&amp;#039;apex&amp;#039;&amp;#039; and describe, in a plan perpendicular to the axis of the cone, an ellipse. It&amp;#039;s equation is given hereunder :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;\mathcal{C} = \left\{ (x, y, z) \in {R}^3 \middle/ {x^2 \over \tan^2\alpha} + {y^2 \over \tan^2\beta} = 1  \right\}&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:ellipticCone.PNG|center]]&lt;br /&gt;
&lt;br /&gt;
==== Implementation ====&lt;br /&gt;
The InfiniteEllipticCone object in the SIRIUS library implements the [MAT_GEO_InfiniteConeInterface InfiniteCone Interface]. Please refer to the [{{JavaDoc3.4.1}}/org/apache/commons/math3/geometry/euclidean/threed/InfiniteEllipticCone.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 infinite elliptic cone  object, the user must specify the cones&amp;#039; &amp;quot;center&amp;quot;, its main axis, its axis along which aperture is &amp;lt;math&amp;gt;2*a&amp;lt;/math&amp;gt; and both angles. For example :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
// Cones parameters&lt;br /&gt;
Vector3D position = new Vector3D(1, 2, 3);&lt;br /&gt;
Vector3D axis = new Vector3D(0, 1, 1);&lt;br /&gt;
Vector3D axisU = new Vector3D(2,-1, 0);&lt;br /&gt;
double alpha = Math.PI / 8;&lt;br /&gt;
double beta = Math.PI / 10;&lt;br /&gt;
// The cone itself&lt;br /&gt;
InfiniteEllipticCone myCone = new InfiniteEllipticCone(position, axis, axisU, alpha, beta);&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>