메소드 |
설명 |
|
AbsDifference ( PointE point ) : PointE |
|
|
Deserialize ( string str ) : void |
|
|
Dist ( PointE point ) : double |
|
|
DotProduct ( PointE vector ) : double |
|
|
Equals ( IPoint test, double tolerance ) : bool |
|
|
Equals ( object obj ) : bool |
|
|
GetHashCode ( ) : int |
|
|
GetNormalized ( ) : PointE |
|
|
GetSchema ( ) : System.Xml.Schema.XmlSchema |
|
|
HasSamePoints ( PointE nxtPt ) : bool |
|
|
HasSamePoints ( PointE nxtPt, double tol ) : bool |
|
|
Normalize ( ) : void |
|
|
PointE ( ) : System |
|
|
PointE ( PointE pt ) : System |
|
|
PointE ( double x, double y ) : System |
|
|
ReadXml ( XmlReader r ) : void |
|
|
Serialize ( ) : string |
|
|
Shift ( PointE offset ) : IShapeE |
|
|
ShiftPt ( PointE offset ) : PointE |
|
|
ToString ( ) : string |
|
|
TransformByRotationAbout ( double rotation, PointE center ) : PointE |
|
|
UpdatePoint ( PointE pointE ) : void |
|
|
WriteXml ( XmlWriter w ) : void |
|
|
operator ( ) : PointE |
|
|