Click or drag to resize

Int64LineSegment Constructor

Initializes a new instance of the Int64LineSegment struct.

Namespace: Altaxo.Geometry.Int64_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Int64LineSegment(
	Point64 p0,
	Point64 p1
)

Parameters

p0  Point64
The first endpoint.
p1  Point64
The second endpoint.
See Also