Compare commits
1 Commits
ff992b1d50
...
Line_Anima
| Author | SHA1 | Date | |
|---|---|---|---|
| c096758b32 |
@@ -135,7 +135,7 @@ public class Ligne extends ObjetGraphique{// Hérite de la classe ObjetGraphique
|
|||||||
if (this.SegCourant == null) {
|
if (this.SegCourant == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
double yCercle = c.getY();
|
||||||
for(int i = 0; i <= 50; i++){
|
for(int i = 0; i <= 50; i++){
|
||||||
double xPoint = this.SegCourant.x + (i/50.0)*this.SegCourant.xLong;
|
double xPoint = this.SegCourant.x + (i/50.0)*this.SegCourant.xLong;
|
||||||
double yPoint = this.SegCourant.y + (i/50.0)*this.SegCourant.yLong;
|
double yPoint = this.SegCourant.y + (i/50.0)*this.SegCourant.yLong;
|
||||||
|
|||||||
Reference in New Issue
Block a user