Methods_T_Rhino_Geometry_Ray3d - mcneel/rhinocommon-api-docs GitHub Wiki
The Ray3d type exposes the following members.
Name | Description | |
---|---|---|
![]() |
EpsilonEquals | Check that all values in other are within epsilon of the values in this |
![]() |
Equals(Object) | Determines whether the specified System.Object is a Ray3d and has the same values as the present ray. (Overrides ValueType.Equals(Object).) |
![]() |
Equals(Ray3d) | Determines whether the specified Ray3d has the same value as the present ray. |
![]() |
GetHashCode | Computes a hashing number that represents the current ray. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
PointAt | Evaluates a point along the ray. |
![]() |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |