Line Methods |
The Line type exposes the following members.
Name | Description | |
---|---|---|
DistanceToPoint |
Calculate Euclidean distance between a point and a line.
| |
Equals |
Check if this instance of Line equals to the specified one.
(Overrides ObjectEquals(Object).) | |
FromPoints |
Creates a Line that goes through the two specified points.
| |
FromPointTheta |
Constructs a Line from a point and an angle (in degrees).
| |
FromRTheta |
Constructs a Line from a radius and an angle (in degrees).
| |
FromSlopeIntercept |
Creates a Line with the specified slope and intercept.
| |
GetAngleBetweenLines |
Calculate minimum angle between this line and the specified line measured in [0, 90] degrees range.
| |
GetHashCode |
Get hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetIntersectionWith(Line) |
Finds intersection point with the specified line.
| |
GetIntersectionWith(LineSegment) |
Finds, provided it exists, the intersection point with the specified LineSegment.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Get string representation of the class.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |