Click or drag to resize

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)
Syntax
public Interval3(
	double t0,
	double t1
)

Parameters

t0
Type: SystemDouble
The first value.
t1
Type: SystemDouble
The second value.
See Also