Ray Members
The following tables list the members exposed by the Ray type.
Public Constructors
Name | Description | |
---|---|---|
Ray | Creates a new instance of Ray. |
Public Fields
Name | Description | |
---|---|---|
Direction | Unit vector specifying the direction the Ray is pointing. | |
Position | Specifies the starting point of the Ray. |
Public Methods
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether two instances of Ray are equal. | |
GetHashCode | Gets the hash code for this instance. | |
GetType | (Inherited from Object.) | |
Intersects | Overloaded. Checks whether the Ray intersects a specified plane or bounding volume. | |
op_Equality | Determines whether two instances of Ray are equal. | |
op_Inequality | Determines whether two instances of Ray are not equal. | |
ToString | Returns a String that represents the current Ray. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |