SbLine Methods |
The SbLine type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetClosestPoint |
Returns the closest point on the line to the given point.
|
![]() | GetClosestPoints |
Finds the two closest points between this line and line2, and loads them
into ptOnThis and ptOnLine2.
|
![]() | GetDirection | Obsolete.
Use direction property instead.
|
![]() | GetDirection(SbVec3f) |
Gets the direction of the line.
|
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetPosition | Obsolete.
Use position property instead.
|
![]() | GetPosition(SbVec3f) |
Gets the position of the line.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetPosDir(SbVec3f, SbVec3f) |
Sets line using a position and a direction vector.
|
![]() | SetPosDir(SbVec3f, SbVec3f) |
Sets line using a position and a direction vector.
|
![]() | SetValue(SbVec3f, SbVec3f) |
Sets line to pass through points p0 and p1.
|
![]() | SetValue(SbVec3f, SbVec3f) |
Sets line to pass through points p0 and p1.
|
![]() | ToString |
Converts this SbLine structure to a human readable string.
(Overrides ValueTypeToString.) |