ShapePoint

class HPS.ShapePoint : public IDisposable

Public Functions

void Dispose ()
bool Equals (HPS.ShapePoint in_that)
override bool Equals (Object obj)
override int GetHashCode ()
ShapePoint ()
ShapePoint (float in_x, float in_y)
ShapePoint (HPS.ShapeCoordinate in_x, HPS.ShapeCoordinate in_y)

Properties

HPS.ShapeCoordinate x { get; set; }
HPS.ShapeCoordinate y { get; set; }

Public Static Functions

bool operator!= (HPS.ShapePoint a, HPS.ShapePoint b)
bool operator== (HPS.ShapePoint a, HPS.ShapePoint b)