Click or drag to resize

Point2d Constructor

Overload List
  NameDescription
Public methodPoint2d(Point2d)
Initializes a new instance of Point2d by copying another Point2d.
Public methodPoint2d(Point3d)
Initializes a new instance of Point3d by copying the first two coordinates of a Point3d.
Public methodPoint2d(Vector2d)
Initializes a new instance of Point2d by converting a vector.
Public methodPoint2d(Double, Double)
Initializes a new instance of Point2d from coordinates.
Top
See Also