Click or drag to resize
DigitalRuneLineSegmentShape Constructor
Initializes a new instance of the LineSegmentShape class.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public LineSegmentShape()
Remarks
Creates a line segment where Start and End are (0, 0, 0).
See Also