User Manual 3.4.1 The Ellipsoid Interface

De Patrius
Aller à la navigation Aller à la recherche
La version imprimable n’est plus prise en charge et peut comporter des erreurs de génération. Veuillez mettre à jour les signets de votre navigateur et utiliser à la place la fonction d’impression par défaut de celui-ci.

The ellipsoid interface (geometry.euclidian.threed) serves the purpose of defining a set of methods that ellipsoids must implement. This interface requires the classes implementing it to have the following methods :

getCenter method
Retrieve the ellipsoid center
/** Get ellipsoids' center  
 * @return The position of the center as a Vector3D  
 * */ 
 Vector3D getCenter();


The following objects implement the ellipsoid interface :