SlopeInterceptItemConvert(SlopeInterceptItem, FPoint, FPoint) Method

Set the caller's slope intercept values to represent the specified line in the form of y = mx + b.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void Convert(
	SlopeInterceptItem target,
	FPoint pointA,
	FPoint pointB
)

Parameters

target  SlopeInterceptItem
Reference to an existing slope intercept item to receive the converted values.
pointA  FPoint
Reference to the first end of the existing line.
pointB  FPoint
Reference to the second end of the existing line.

See Also