Point.DoublePoint, Point.LongPoint| Constructor and Description | 
|---|
DoublePoint()  |  
          
DoublePoint(double x, double y)  |  
          
DoublePoint(double x, double y, double z)  |  
          
DoublePoint(Point.DoublePoint other)  |  
          
| Modifier and Type | Method and Description | 
|---|---|
double |  
           getX()  |  
          
double |  
           getY()  |  
          
double |  
           getZ()  |  
          
equals, isPt2BetweenPt1AndPt3, set, setX, setY, setZ, slopesEqual, slopesEqual, toStringpublic DoublePoint()
public DoublePoint(double x,
                   double y) public DoublePoint(double x,
                   double y,
                   double z) public DoublePoint(Point.DoublePoint other)
Copyright © 1998–2019. All rights reserved.