Click or drag to resize
SbPlane Methods

The SbPlane type exposes the following members.

Methods
  NameDescription
Public methodEquals
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodGetDistanceFromOrigin Obsolete.
This method is marked obsolete. Use DistanceFromOrigin property instead.
Public methodGetHashCode
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetNormal Obsolete.
This method is marked obsolete. Use Normal property instead.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersect
Intersect a line l with the plane.
Public methodIsInHalfSpace
Tests if the given point is within the half-space defined by the plane.
Public methodOffset
Offset a plane by a given d.
Public methodToString
Converts this SbPlane structure to a human readable string.
(Overrides ValueTypeToString.)
Public methodTransform
Transform a plane by the given matrix.
Top
See Also