<?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_Spherical_Caps</id>
	<title>User Manual 3.4.1 Spherical Caps - 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_Spherical_Caps"/>
	<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=User_Manual_3.4.1_Spherical_Caps&amp;action=history"/>
	<updated>2026-05-04T12:08:12Z</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_Spherical_Caps&amp;diff=1633&amp;oldid=prev</id>
		<title>Admin : Page créée avec « ==== Definition ====  The spherical cap object is built from a [MAT_GEO_Spheres sphere] and a [MAT_GEO_Planes_CL plane] intersecting the sphere :   File:spherecap.png|ce... »</title>
		<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=User_Manual_3.4.1_Spherical_Caps&amp;diff=1633&amp;oldid=prev"/>
		<updated>2018-04-04T13:24:53Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « ==== Definition ====  The spherical cap object is built from a [MAT_GEO_Spheres sphere] and a [MAT_GEO_Planes_CL plane] intersecting the sphere :   File:spherecap.png|ce... »&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;
The spherical cap object is built from a [MAT_GEO_Spheres sphere] and a [MAT_GEO_Planes_CL plane] intersecting the sphere : &lt;br /&gt;
&lt;br /&gt;
[[File:spherecap.png|center]]&lt;br /&gt;
&lt;br /&gt;
The plane is delimiting the spherical cap. This plane must intersect with the sphere by more than a single point, if not the spherical cap is considered undefined. The direction of the plane is used to determine in which side the spherical cap is : it is on the side of the normal vector.&lt;br /&gt;
&lt;br /&gt;
==== Implementation ====&lt;br /&gt;
&lt;br /&gt;
The SphericalCap object in the SIRIUS library implements the [{{JavaDoc3.4.1}}/org/apache/commons/math3/geometry/euclidean/threed/SolidShape.html SolidShape interface]. Please refer to the [{{JavaDoc3.4.1}}/org/apache/commons/math3/geometry/euclidean/threed/SphericalCap.html Javadoc] for a complete list of public methods.&lt;br /&gt;
&lt;br /&gt;
==== Instantiation ====&lt;br /&gt;
&lt;br /&gt;
Code sample :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
Sphere sphere = new Sphere(...);&lt;br /&gt;
Plane plane = new Plane(...);&lt;br /&gt;
SphericalCap spCap = new SphericalCap(sphere,plane);&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>