Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Core
BoundingBox
C# Class Core.BoundingBox
Mostrar archivo
Open project: StanislavUshakov/NumericalMethods
Class Usage Examples
Public Methods
Method
Description
BoundingBox
(
int
x1
,
int
y1
,
int
x2
,
int
y2
)
Contains
(
BoundingBox
other
) :
bool
Method Details
BoundingBox()
public
method
public
BoundingBox
(
int
x1
,
int
y1
,
int
x2
,
int
y2
)
x1
int
y1
int
x2
int
y2
int
Contains()
public
method
public
Contains
(
BoundingBox
other
) :
bool
other
BoundingBox
return
bool