PolyPoint2d Class
Public Class PolyPoint2d
Inherits Point2d
This language is not supported or no code example is available.
public class PolyPoint2d : Point2d
This language is not supported or no code example is available.
public ref class PolyPoint2d : public Point2d^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
PolyPoint2d() | Create a polypoint at world origo with bulge=0.0. |
|
PolyPoint2d(Point2d) | Construct a 0-bulge polypoint from a point. |
|
PolyPoint2d(Point2d, double) | Constructs a polypoint from a point and a bulge |
|
PolyPoint2d(PolyPoint2d) | Copy constructor. |
|
PolyPoint2d(double, double, double) | Creates a new polypoint given x,y and bulge as doubles. |
|
PolyPoint2d(double, double, double, object) | Creates a new polypoint given x,y and bulge as doubles. Also giving it a tag object. |
| Name | Description | |
|---|---|---|
|
Mirror(Point2d, Point2d) | |
|
ToPoint() | |
|
ToString() | Creates a new string containing debug purpose data of this point. |
|
Transform(Matrix2d) | Transforms this poly point in-place with a matrix. Except for normal point transformation, it inverts the bulge factor of the point if the matrix is a reflecting matrix. |