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

Variable Index

 o max_pov
 o taille

Constructor Index

 o Repere(int)

Method Index

 o getPov(int)
Get the PovRay coordinates
 o getRepere(double)
Get the repere from a PovRay coordinate
 o ratio()
Get the ratio

Variables

 o taille
public  int taille
 o max_pov
public double max_pov

Constructors

 o Repere
public Repere( int t)

Methods

 o 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
 o 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
 o ratio
public double ratio()
Get the ratio

Returns:
double the ratio

All Packages  Class Hierarchy  This Package  Previous  Next  Index