Cone |
public struct ConeF
The ConeF type exposes the following members.
| Name | Description | |
|---|---|---|
| ConeF(ConeF) | Constructs a cone with another specified ConeF object. | |
| ConeF(Vector3F, Vector3F, RadianF) | Constructs a cone with the given origin, axis and angle. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified object is equal to the current instance of ConeF.
(Overrides ValueTypeEquals(Object)) | |
| Equals(ConeF, Single) | Determines whether the specified cone is equal to the current instance of ConeF with a given precision. | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Intersects | Determines whether the given sphere intersects the current instance of ConeF. | |
| ToCone | Converts the current instance of ConeF to the triangle of Cone format. | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| Equality(ConeF, ConeF) | Determines whether two given cones are equal. | |
| (ConeF to Cone) | Implicit conversion from ConeF type to Cone type for the given value. | |
| Inequality(ConeF, ConeF) | Determines whether two given cones are unequal. |
| Name | Description | |
|---|---|---|
| Angle | The angle of the cone. | |
| Axis | The axis of the cone. | |
| Origin | The origin of the cone. |
| 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) |