Package ds.moteur.geometrie

Examples of ds.moteur.geometrie.Position


  public String getNom() {
    return nom;
  }
 
  public void init(PointEntree entree){
    this.position = new Position(entree);
    this.position.getCourbeCourante().getAbonnes().add(this);
    this.choisirUneCourbe(position.getCourbeCourante().getSortie());
    position.recupererPosition(positionAvant, angle);
   
    this.carrosserie.add(new Point(-longueur/2, largeur/2));
View Full Code Here

TOP

Related Classes of ds.moteur.geometrie.Position

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.