NuGenSciMath
NuGenBox2D Constructor
[Visual Basic]
Public Sub New( _
ByVal
lower
As
NuGenPnt2D
, _
ByVal
upper
As
NuGenPnt2D
_
)
[C#]
public NuGenBox2D(
NuGenPnt2D
lower
,
NuGenPnt2D
upper
);
See Also
NuGenBox2D Class
|
Genetibase.MathX Namespace