SlopeInterceptItem Class

Expression of a line in slope intercept form.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class SlopeInterceptItem
Inheritance
Object    SlopeInterceptItem

Constructors

SlopeInterceptItem(FLine) Create a new Instance of the SlopeInterceptItem Item.
SlopeInterceptItem(FPoint, FPoint) Create a new Instance of the SlopeInterceptItem Item.

Properties

B Get/Set the value of the b member of y = mx + b.
BaseLine Get/Set the base line to use in the case that one of slopes is vertical.
Intercept Get/Set the intercept (b) value of this item.
M Get/Set the m property of y = mx + b.
Slope Get/Set the slope (m) of this item.
X Get/Set the x member of y = mx + b.
Y Get/Set the y member of y = mx + b.

Methods

Convert(SlopeInterceptItem, FLine) Set the caller's slope intercept values to represent the specified line in the form of y = mx + b.
Convert(SlopeInterceptItem, FPoint, FPoint) Set the caller's slope intercept values to represent the specified line in the form of y = mx + b.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetSlope(FLine) Return the slope of the provided line.
GetSlope(FPoint, FPoint) Return the slope of the line expressed by two points.
GetType
(Inherited from Object)
HasIntersection Return a value indicating whether the linear slope intercept intersects with the specified real line.
Intersect Calculate an intersection between the two lines and return the result as a point.
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also