C# Class FdoToolbox.Core.Feature.RTree.Rectangle

Rectangle class
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Rectangle() public méthode

public Rectangle ( float min, float max ) : System
min float
max float
Résultat System

Rectangle() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string