![]() |
Line3 Structure |
Namespace: Karamba.Geometry
The Line3 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Line3(IReadOnlyListPoint3) |
Create line.
|
![]() | Line3(Point3, Point3) |
Create line.
|
Name | Description | |
---|---|---|
![]() | Length |
Get length of line.
|
![]() | PointAtEnd |
Line end point.
|
![]() | PointAtStart |
Line start point.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) |
![]() | Equals(Line3) |
check 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 |
Compare lines.
|
![]() ![]() | Inequality |
Compare lines.
|
Name | Description | |
---|---|---|
![]() | Convert |
Convert kamaba3D segment to rhino Line.
(Defined by GeometryExtensions.) |