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

Namespace: Slash.Math.Geometry.Lines
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public LineSegment2F(
	Vector2F pointA,
	Vector2F pointB
)

Parameters

pointA
Type: Slash.Math.Algebra.VectorsVector2F
First point of line segment
pointB
Type: Slash.Math.Algebra.VectorsVector2F
Second point of line segment
See Also