User Manual 3.3 The Ellipsoid Interface : Différence entre versions

De Wiki
Aller à : navigation, rechercher
(Page créée avec « The ellipsoid interface (geometry.euclidian.threed) serves the purpose of defining a set of methods that ellipsoids must implement. This interface requires the classes imp... »)
 
(Aucune différence)

Version actuelle en date du 4 avril 2018 à 14:09

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 :