Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fudaa.ebli.geometrie
Interface CollectionGrPoint  view CollectionGrPoint download CollectionGrPoint.java


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)