C# 클래스 FdoToolbox.Core.Feature.RTree.Rectangle

Rectangle class
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
Rectangle ( float min, float max ) : System
Rectangle ( float x1, float y1, float x2, float y2, float z1, float z2 ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
CompareArrays ( float a1, float a2 ) : bool
add ( Rectangle r ) : void
area ( ) : float
containedBy ( Rectangle r ) : bool
contains ( Rectangle r ) : bool
copy ( ) : Rectangle
distance ( Point p ) : float
distance ( Rectangle r ) : float
distanceSquared ( int dimension, float point ) : float
edgeOverlaps ( Rectangle r ) : bool
enlargement ( Rectangle r ) : float
furthestDistance ( Rectangle r ) : float
intersects ( Rectangle r ) : bool
sameObject ( object o ) : bool
set ( float min, float max ) : void
set ( float x1, float y1, float x2, float y2, float z1, float z2 ) : void
union ( Rectangle r ) : Rectangle

메소드 상세

Equals() 공개 메소드

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

Rectangle() 공개 메소드

public Rectangle ( float min, float max ) : System
min float
max float
리턴 System

Rectangle() 공개 메소드

public Rectangle ( float x1, float y1, float x2, float y2, float z1, float z2 ) : System
x1 float
y1 float
x2 float
y2 float
z1 float
z2 float
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string