SlopeInterceptItemConvert(SlopeInterceptItem, FLine) 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,
	FLine source
)

Parameters

target  SlopeInterceptItem
Reference to an existing slope intercept item to receive the converted values.
source  FLine
Reference to the source value to convert.

See Also