Point Constructor

Overload List
  NameDescription
Public methodPoint
Instantiates a point with zero members.
Public methodPoint(Point)
Instantiates a point with the given other point.
Public methodPoint(Double, Double)
Instantiates a point with the given coordinates and zero Z-coordinate.
Public methodPoint(Double, Double, Double)
Instantiates a point with the given coordinates.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next