Click or drag to resize

Segment3 Constructor (Point3, Point3)

Initializes a new instance of the Segment3 struct. Create a Segment3 from two Point3.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Segment3(
	Point3 start,
	Point3 end
)

Parameters

start
Type: Karamba.GeometryPoint3
Segment starting point.
end
Type: Karamba.GeometryPoint3
Segment ending point.
See Also