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