C# 클래스 Core.Geometry.PointE

상속: Core.Geometry.AShapeE, IXmlSerializable, IPoint
파일 보기 프로젝트 열기: adakkak/Chomo 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AbsDifference() 공개 메소드

public AbsDifference ( PointE point ) : PointE
point PointE
리턴 PointE

Deserialize() 공개 메소드

public Deserialize ( string str ) : void
str string
리턴 void

Dist() 공개 메소드

public Dist ( PointE point ) : double
point PointE
리턴 double

DotProduct() 공개 메소드

public DotProduct ( PointE vector ) : double
vector PointE
리턴 double

Equals() 공개 메소드

public Equals ( IPoint test, double tolerance ) : bool
test IPoint
tolerance double
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetNormalized() 공개 메소드

public GetNormalized ( ) : PointE
리턴 PointE

GetSchema() 공개 메소드

public GetSchema ( ) : System.Xml.Schema.XmlSchema
리턴 System.Xml.Schema.XmlSchema

HasSamePoints() 공개 메소드

public HasSamePoints ( PointE nxtPt ) : bool
nxtPt PointE
리턴 bool

HasSamePoints() 공개 메소드

public HasSamePoints ( PointE nxtPt, double tol ) : bool
nxtPt PointE
tol double
리턴 bool

Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void

PointE() 공개 메소드

public PointE ( ) : System
리턴 System

PointE() 공개 메소드

public PointE ( PointE pt ) : System
pt PointE
리턴 System

PointE() 공개 메소드

public PointE ( double x, double y ) : System
x double
y double
리턴 System

ReadXml() 공개 메소드

public ReadXml ( XmlReader r ) : void
r System.Xml.XmlReader
리턴 void

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string

Shift() 공개 메소드

public Shift ( PointE offset ) : IShapeE
offset PointE
리턴 IShapeE

ShiftPt() 공개 메소드

public ShiftPt ( PointE offset ) : PointE
offset PointE
리턴 PointE

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TransformByRotationAbout() 공개 메소드

public TransformByRotationAbout ( double rotation, PointE center ) : PointE
rotation double
center PointE
리턴 PointE

UpdatePoint() 공개 메소드

public UpdatePoint ( PointE pointE ) : void
pointE PointE
리턴 void

WriteXml() 공개 메소드

public WriteXml ( XmlWriter w ) : void
w System.Xml.XmlWriter
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : PointE
리턴 PointE