Methods_T_Rhino_Geometry_Point3f - mcneel/rhinocommon-api-docs GitHub Wiki
The Point3f type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CompareTo | Compares this Point3f with another Point3f. Component evaluation priority is first X, then Y, then Z. |
![]() ![]() |
DistanceTo | Computes the distance between two points. |
![]() |
EpsilonEquals | Check that all values in other are withing epsilon of the values in this |
![]() |
Equals(Object) | Determines whether the specified System.Object is a Point3f and has the same values as the present point. (Overrides ValueType.Equals(Object).) |
![]() |
Equals(Point3f) | Determines whether the specified Point3f has the same values as the present point. |
![]() |
GetHashCode | Computes a hash code for the present point. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() |
Subtract | Subtracts a point from another point. (Provided for languages that do not support operator overloading. You can use the - operator otherwise) |
![]() |
ToString | Constructs the string representation for the current point. (Overrides ValueType.ToString().) |
![]() |
Transform | Transforms the present point in place. The transformation matrix acts on the left of the point. i.e., result = transformation*point |