Class Point2d
public class Point2d
- Inheritance
-
Point2d
- Inherited Members
- Extension Methods
Constructors
Point2d(double, double)
Create new point.
public Point2d(double x, double y)
Parameters
Properties
Origin
public static Point2d Origin { get; }
Property Value
X
public double X { get; set; }
Property Value
Y
public double Y { get; set; }
Property Value
Methods
To3d()
Convert to 3d point.
public Point3d To3d()