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

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

Parameters

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