Click or drag to resize

Plane3 Methods

The Plane3 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberColor
Gets the plane color according to the orientation.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersect
Compute the intersection between a ray and the plane.
Public methodPosition
Gets the position status of a point relatively to the plane.
Public methodToString
Format the Plane3 to a String.
(Overrides ValueTypeToString.)
Top
See Also