- lambertianReflexion(SColor, SColor, SVector3d, SVector3d) - Static method in class sim.graphics.shader.SIllumination
-
Méthode qui effectue le calcul de la réflexion diffuse selon le modèle de réfexion Lambertienne d'une source de lumière Ld sur une surface
dont la couleur réfléchie de façon diffuse est Sd.
- LENS_CODE - Static variable in class sim.geometry.SAbstractGeometry
-
- LINEAR - Static variable in class sim.geometry.space.SAbstractGeometrySpace
-
- LINEAR_APERTURE_LIGHT_CODE - Static variable in class sim.graphics.light.SAbstractLight
-
- linearBarycentricInterpolation(SVector, SVector, SVector, double, double) - Static method in class sim.math.SVectorUtil
-
Méthode effectant le calcul de l'interpolation linéaire en coordonnée barycentrique entre trois vecteurs v0, v1 et v2 par le facteur t1 et t2.
- linearBarycentricInterpolation(List<SVector>, List<Double>) - Static method in class sim.math.SVectorUtil
-
Méthode effectant le calcul de l'interpolation linéaire en coordonnée barycentrique entre plusieurs vecteurs v0, v1, ...
- linearInterpolation(double, double, double) - Static method in class sim.math.SMath
-
Méthode qui effectue le calcul de l'interpolation linéaire d'une valeur numérique.
- linearInterpolation(SVector, SVector, double) - Static method in class sim.math.SVectorUtil
-
Méthode effectuant le calcul de l'interpolation linéaire entre deux vecteurs v0 et v1 par le facteur t.
- linearRealRoot(double, double) - Static method in class sim.math.SMath
-
Méthode permettant d'évaluer la racine réelle d'un polynôme de degré '1' de la forme
Ax + B = 0.
- listInsideGeometry(SVector3d) - Method in interface sim.geometry.space.SGeometrySpace
-
Méthode pour obtenir la liste des géométries où la position du vecteur v se retrouve à l'intérieur.
- listInsideGeometry(SVector3d) - Method in class sim.geometry.space.SLinearSpace
-
- listInsideGeometry(SVector3d) - Method in class sim.geometry.space.SMultiVoxelSpace
-
- listInsideGeometry(SVector3d) - Method in class sim.geometry.space.SVoxelSpace
-
- load(String) - Method in class sim.loader.model.SModelAGPLoader
-
- load(String) - Method in class sim.loader.model.SModelMSRLoader
-
- load(String) - Method in class sim.loader.model.SModelOBJLoader
-
- load(String) - Method in interface sim.loader.SStringLoader
-
Méthode qui fait la construction d'un objet dont le type dépendera de la classe implémentant l'interface SStringLoader.
- load(String) - Method in class sim.loader.texture.STextureDDSLoader
-
- load(String) - Method in class sim.loader.texture.STextureImageIOLoader
-
- load(String) - Method in class sim.loader.texture.STextureTGALoader
-
- loadModel(String) - Method in class sim.loader.model.SModelLoader
-
Méthode qui effectue la construction d'un SModel à partir du nom d'un fichier.
- loadTexture(String) - Method in class sim.loader.texture.STextureLoader
-
Méthode qui effectue la construction d'un BufferedImage à partir du nom d'un fichier.
- loadTGA(String) - Static method in class sim.loader.texture.STextureTGALoader
-
- logWrite(String) - Static method in class sim.util.SLog
-
Méthode pour écrire un String dans le log.
- logWriteLine() - Static method in class sim.util.SLog
-
Méthode pour écrire dans le log un saut de ligne.
- logWriteLine(String) - Static method in class sim.util.SLog
-
Méthode pour écrire un String dans le log en incluant un saut de ligne.