|
Interval3 Constructor
|
Initializes a new instance of the
Interval3 class.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Interval3(
double t0,
double t1
)
Public Sub New (
t0 As Double,
t1 As Double
)
public:
Interval3(
double t0,
double t1
)
new :
t0 : float *
t1 : float -> Interval3Parameters
- t0
- Type: SystemDouble
The first value. - t1
- Type: SystemDouble
The second value.
See Also