C# Class touchvg.core.BoundBox

Inheritance: IDisposable
Afficher le fichier Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
BoundBox ( ) : System
BoundBox ( BoundBox box ) : System
BoundBox ( Point2d pnt1, Point2d pnt2 ) : System
BoundBox ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : System
Dispose ( ) : void
contains ( Point2d pnt ) : bool
extend ( Point2d pnt ) : BoundBox
get ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : void
getMinMaxPoints ( Point2d pnt1, Point2d pnt2 ) : void
isDisjoint ( BoundBox box ) : bool
isRect ( ) : bool
set ( Point2d pnt1, Point2d pnt2 ) : BoundBox
set ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : BoundBox
setToRect ( ) : BoundBox
swell ( float distance ) : BoundBox

Private Methods

Méthode Description
BoundBox ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( BoundBox obj ) : HandleRef

Method Details

BoundBox() public méthode

public BoundBox ( ) : System
Résultat System

BoundBox() public méthode

public BoundBox ( BoundBox box ) : System
box BoundBox
Résultat System

BoundBox() public méthode

public BoundBox ( Point2d pnt1, Point2d pnt2 ) : System
pnt1 Point2d
pnt2 Point2d
Résultat System

BoundBox() public méthode

public BoundBox ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : System
arg0 Point2d
dir1 Vector2d
dir2 Vector2d
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

contains() public méthode

public contains ( Point2d pnt ) : bool
pnt Point2d
Résultat bool

extend() public méthode

public extend ( Point2d pnt ) : BoundBox
pnt Point2d
Résultat BoundBox

get() public méthode

public get ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : void
arg0 Point2d
dir1 Vector2d
dir2 Vector2d
Résultat void

getMinMaxPoints() public méthode

public getMinMaxPoints ( Point2d pnt1, Point2d pnt2 ) : void
pnt1 Point2d
pnt2 Point2d
Résultat void

isDisjoint() public méthode

public isDisjoint ( BoundBox box ) : bool
box BoundBox
Résultat bool

isRect() public méthode

public isRect ( ) : bool
Résultat bool

set() public méthode

public set ( Point2d pnt1, Point2d pnt2 ) : BoundBox
pnt1 Point2d
pnt2 Point2d
Résultat BoundBox

set() public méthode

public set ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : BoundBox
arg0 Point2d
dir1 Vector2d
dir2 Vector2d
Résultat BoundBox

setToRect() public méthode

public setToRect ( ) : BoundBox
Résultat BoundBox

swell() public méthode

public swell ( float distance ) : BoundBox
distance float
Résultat BoundBox

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool