public interface Line
void set(double x1, double y1, double x2, double y2)
x1
- The x coordinate of the start pointy1
- The y coordinate of the start pointx2
- The x coordinate of the end pointy2
- The y coordinate of the end pointdouble getX1()
double getX2()
double getY1()
double getY2()
Copyright © 2014 Byron 3D Games Studio. All rights reserved.