Ray |
public struct Ray2F
The Ray2F type exposes the following members.
| Name | Description | |
|---|---|---|
| Ray2F(Ray2F) | Initializes a new instance of the Ray2F class | |
| Ray2F(Vector2F, Vector2F) | Initializes a new instance of the Ray2F class |
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ValueTypeEquals(Object)) | |
| Equals(Ray2F, Single) | ||
| GetEndPoint | ||
| GetHashCode | (Overrides ValueTypeGetHashCode) | |
| GetPointOnRay(Single) | ||
| GetPointOnRay(Single, Vector2F) | ||
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToRay | ||
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| Equality(Ray2F, Ray2F) | ||
| (Ray2F to Ray) | ||
| Inequality(Ray2F, Ray2F) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |