![]() |
Line3 Structure |
Namespace: Karamba.Geometry
The Line3 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Line3(IReadOnlyListPoint3) |
Initializes a new instance of the Line3 struct.
Create line.
|
![]() | Line3(Point3, Point3) |
Initializes a new instance of the Line3 struct.
Create line.
|
Name | Description | |
---|---|---|
![]() | Length |
Gets the length of line.
|
![]() | PointAtEnd |
Gets or sets the line end point.
|
![]() | PointAtStart |
Gets or sets the line start point.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) |
![]() | Equals(Line3) |
Checks whether a line equals this line.
|
![]() | GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares two lines for equality.
|
![]() ![]() | Inequality |
Compares two lines for not equal.
|