Property | Type | Description | |
---|---|---|---|
flag | bool |
Method | Description | |
---|---|---|
IsSameDirection ( LineSegment, other ) : bool | ||
Length ( ) : double | ||
LineSegment ( Vector3D, first_, Vector3D, second_ ) : System.Collections | ||
To2D ( int skip = 1 ) : LineSegment2D, |
public IsSameDirection ( LineSegment, other ) : bool | ||
other | LineSegment, | |
return | bool |
public LineSegment ( Vector3D, first_, Vector3D, second_ ) : System.Collections | ||
first_ | Vector3D, | |
second_ | Vector3D, | |
return | System.Collections |