|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ geometrie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fudaa.ebli.geometrie
Interface CollectionGrPoint

- public interface CollectionGrPoint
vecteur de GrPoint. Cette classe peut être utilisee à la place de ListeGrPoint. Moins performant pour les insertions mais moins gourmand en mémoire : des noeuds de liaisons ne sont pas crées.
- Version:
- $Id: CollectionGrPoint.java,v 1.3 2002/10/22 12:02:29 deniger Exp $
| Method Summary | |
int |
nombre()
|
boolean |
renvoie(GrPoint _p,
int i)
|
double |
renvoieX(int _i)
|
double |
renvoieY(int _i)
|
double |
renvoieZ(int _i)
|
| Method Detail |
nombre
public int nombre()
renvoie
public boolean renvoie(GrPoint _p, int i)
renvoieX
public double renvoieX(int _i)
renvoieY
public double renvoieY(int _i)
renvoieZ
public double renvoieZ(int _i)
|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ geometrie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC