User Manual 4.0 The CrossSectionProvider Interface : Différence entre versions

De Wiki
Aller à : navigation, rechercher
(Page créée avec « The CrossSectionProvider interface is meant for all geometric objects that can provide their cross section with respect to a direction defined by a Vector3D. This method i... »)
 
 
Ligne 8 : Ligne 8 :
 
Classes implementing this interface are :
 
Classes implementing this interface are :
  
* [[MAT_GEO_Spheres|Sphères]],
+
* [[MAT_GEO_Spheres|Spheres]],
 
* [[MAT_GEO_Parallelepipeds_CL|Parallelepipeds]],
 
* [[MAT_GEO_Parallelepipeds_CL|Parallelepipeds]],
 
* [[MAT_GEO_Facets|Facets]],
 
* [[MAT_GEO_Facets|Facets]],
 
* [[MAT_GEO_Plates_CL|Plates]].
 
* [[MAT_GEO_Plates_CL|Plates]].

Version actuelle en date du 4 avril 2018 à 08:56

The CrossSectionProvider interface is meant for all geometric objects that can provide their cross section with respect to a direction defined by a Vector3D. This method is :

double getCrossSection(Vector3D direction)


Classes implementing this interface are :