All Packages Class Hierarchy This Package Previous Next Index
Class Texte3D.Repere
java.lang.Object
|
+----Texte3D.Repere
- public class Repere
- extends Object
A class with represents the repere object
- Author:
- Sylvain Leterreur, Laure Ottavj
max_pov-
taille-
Repere(int)
-
getPov(int)
- Get the PovRay coordinates
getRepere(double)
- Get the repere from a PovRay coordinate
ratio()
- Get the ratio
taille
public int taille
max_pov
public double max_pov
Repere
public Repere( int t)
getPov
public double getPov( int x)
- Get the PovRay coordinates
- Parameters:
- int - the x, y or z coordinate
- Returns:
- double the pov ray coordinate corresponding to the given coordinate
getRepere
public int getRepere(double x_pov)
- Get the repere from a PovRay coordinate
- Parameters:
- double - the PovRay coordinate
- Returns:
- int the corresponding repere in int
ratio
public double ratio()
- Get the ratio
- Returns:
- double the ratio
All Packages Class Hierarchy This Package Previous Next Index