14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
65 if (swigCPtr.Handle == IntPtr.Zero)
return "Empty";
66 return string.Format(
"({0}, {1})",
x,
y);
static global::System.Exception Retrieve()
static double OdGePoint2d_y_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGePoint2d_scaleBy__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePoint2d_Div__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdGePoint2d_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePoint2d_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static bool OdGePoint2d_isEqualTo__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGePoint2d_Sub__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdGePoint2d_setToSum(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, IntPtr jarg3)
static global::System.IntPtr OdGePoint2d_transformBy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGePoint2d_isEqualTo__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePoint2d_setToProduct(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGePoint2d_y_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdGePoint2d_distanceSqrdTo(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePoint2d_Add__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdGePoint2d_Mul__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdGePoint2d_mirror(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdGePoint2d(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGePoint2d_GetItem(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)
static double OdGePoint2d_x_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGePoint2d_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePoint2d_kOrigin_get()
static global::System.IntPtr OdGePoint2d_rotateBy__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdGePoint2d_scaleBy__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGePoint2d_x_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdGePoint2d_Sub__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGePoint2d_rotateBy__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr OdGePoint2d_asVector__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGePoint2d_distanceTo(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static HandleRef getCPtr(OdGeLine2d obj)
static HandleRef getCPtr(OdGeMatrix2d obj)
OdGePoint2d(OdGePoint2d point)
OdGePoint2d Mul(double scale)
static OdGePoint2d operator-(OdGePoint2d p, OdGeVector2d v)
OdGePoint2d Add(OdGeVector2d vect)
OdGePoint2d(double xx, double yy)
double distanceSqrdTo(OdGePoint2d point)
OdGePoint2d rotateBy(double angle)
OdGePoint2d scaleBy(double scaleFactor)
bool isEqualTo(OdGePoint2d point, OdGeTol tol)
bool IsEqual(OdGePoint2d point)
static OdGePoint2d operator+(OdGePoint2d p, OdGeVector2d v)
OdGePoint2d(IntPtr cPtr, bool cMemoryOwn)
virtual void Dispose(bool disposing)
OdGePoint2d setToProduct(OdGeMatrix2d matrix, OdGePoint2d point)
OdGeVector2d Sub(OdGePoint2d point)
OdGePoint2d setToSum(OdGePoint2d point, OdGeVector2d vect)
override string ToString()
static HandleRef getCPtr(OdGePoint2d obj)
double distanceTo(OdGePoint2d point)
OdGePoint2d scaleBy(double scaleFactor, OdGePoint2d basePoint)
bool IsNotEqual(OdGePoint2d point)
OdGePoint2d Sub(OdGeVector2d vect)
static OdGePoint2d operator*(OdGePoint2d v, double d)
OdGePoint2d rotateBy(double angle, OdGePoint2d basePoint)
static OdGePoint2d kOrigin
OdGePoint2d Div(double scale)
OdGePoint2d transformBy(OdGeMatrix2d xfm)
bool isEqualTo(OdGePoint2d point)
OdGePoint2d mirror(OdGeLine2d line)
static HandleRef getCPtr(OdGeTol obj)
static HandleRef getCPtr(OdGeVector2d obj)