프로퍼티 | 타입 | 설명 | |
---|---|---|---|
X | double | ||
Y | double |
메소드 | 설명 | |
---|---|---|
DoublePoint ( double newXPoint, double newYPoint ) : System |
Constructor to set points when created.
|
public DoublePoint ( double newXPoint, double newYPoint ) : System | ||
newXPoint | double | X Coordinate |
newYPoint | double | Y Coordinate |
리턴 | System |