Defines a 3D point. More...
Inherits global.SystemIDisposable.
Public Member Functions | |
| Point2d (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| Point2d () | |
| Constructor. | |
| Point2d (double theVal) | |
| Constructor. | |
| Point2d (cadex.Geom.Point2d theOther) | |
| Point2d (double theX, double theY) | |
| Constructor. | |
| double | X () |
| double | Y () |
| void | SetX (double theValue) |
| void | SetY (double theValue) |
| void | Set (uint theIndex, double theValue) |
| void | SetCoord (double theX, double theY) |
| bool | IsEqual (cadex.Geom.Point2d theOther, double theTolerance) |
| bool | IsEqual (cadex.Geom.Point2d theOther) |
| double | Distance (cadex.Geom.Point2d theOther) |
| void | Add (cadex.Geom.Vector2d theOther) |
| cadex.Geom.Point2d | Added (cadex.Geom.Point2d theOther) |
| cadex.Geom.Point2d | Added (cadex.Geom.Vector2d theOther) |
| void | Subtract (cadex.Geom.Vector2d theOther) |
| cadex.Geom.Point2d | Subtracted (cadex.Geom.Vector2d theOther) |
| cadex.Geom.Vector2d | Subtracted (cadex.Geom.Point2d theOther) |
| void | Multiply (double theScalar) |
| void | Multiply (cadex.Geom.Matrix2d theMatrix) |
| cadex.Geom.Point2d | Multiplied (double theScalar) |
| void | Divide (double theScalar) |
| cadex.Geom.Point2d | Divided (double theScalar) |
| void | Transform (cadex.Geom.Transformation2d theTransformation) |
| cadex.Geom.Point2d | Transformed (cadex.Geom.Transformation2d theTransformation) |
| double | Access (uint theIndex) |
Static Public Member Functions | |
| static cadex.Geom.Point2d | Origin () |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Defines a 3D point.