public class SlopeInterceptItem
Public Class SlopeInterceptItem
No code example is currently available or this language may not be supported.
SlopeInterceptItem(FLine) | Create a new Instance of the SlopeInterceptItem Item. |
SlopeInterceptItem(FPoint, FPoint) | Create a new Instance of the SlopeInterceptItem Item. |
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. |
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) |