Name | Description | |
---|---|---|
NLine Constructor | Initializer constructor. |
The following tables list the members exposed by NLine.
Name | Description | |
---|---|---|
NLine Constructor | Initializer constructor. |
Name | Description | |
---|---|---|
A | The A parameter of the line. | |
B | The B parameter of the line. | |
C | The C parameter of the line. |
Name | Description | |
---|---|---|
FromTwoPoints | Gets a normalized line from two points | |
GetPerpLine | Gets a line that is perpendicular to the current line and intersects it at the specified point. | |
IntersectsWith | Overloaded. Check if this line intersects the specified circle. | |
IntersectWith | Overloaded. Check if this line intersects the specified circle and returns the intersection points if it does. | |
NormalDistance | Computes the normal distance of a point to the line. | |
ToNRay | Converts this line to NRay. |