Click or drag to resize
DigitalRuneLineSegment Constructor (Vector3F, Vector3F)
Initializes a new instance of LineSegment from two points.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public LineSegment(
	Vector3F start,
	Vector3F end
)

Parameters

start
Type: DigitalRune.Mathematics.AlgebraVector3F
The start point.
end
Type: DigitalRune.Mathematics.AlgebraVector3F
The end point.
See Also