SbPlane Methods |
The SbPlane type exposes the following members.
Name | Description | |
---|---|---|
Equals |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).) | |
GetDistanceFromOrigin | Obsolete.
This method is marked obsolete. Use DistanceFromOrigin
property instead.
| |
GetHashCode |
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.) | |
GetNormal | Obsolete.
This method is marked obsolete. Use Normal
property instead.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Intersect |
Intersect a line l with the plane.
| |
IsInHalfSpace |
Tests if the given point is within the half-space
defined by the plane.
| |
Offset |
Offset a plane by a given d.
| |
ToString |
Converts this SbPlane structure to a human readable string.
(Overrides ValueTypeToString.) | |
Transform |
Transform a plane by the given matrix.
|