User Manual 3.4.1 The Ellipsoid Interface

De Wiki
Révision de 4 avril 2018 à 09:54 par Admin (discussion | contributions) (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... »)

(diff) ← Version précédente | Voir la version courante (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

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 :