Operators_T_Rhino_Geometry_Point2f - mcneel/rhinocommon-api-docs GitHub Wiki
The Point2f type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Determines whether two Point2f have equal values. |
![]() ![]() |
Explicit(Point2d to Point2f) | Converts a double-precision point in a single-precision point. Needs explicit casting to help retain precision. |
![]() ![]() |
GreaterThan | Determines whether the first specified Point2f comes after (has superior sorting value than) the second point. Coordinates evaluation priority is first X, then Y. |
![]() ![]() |
GreaterThanOrEqual | Determines whether the first specified Point2f comes after (has superior sorting value than) the second point, or it is equal to it. Coordinates evaluation priority is first X, then Y. |
![]() ![]() |
Inequality | Determines whether two Point2f have different values. |
![]() ![]() |
LessThan | Determines whether the first specified Point2f comes before (has inferior sorting value than) the second point. Coordinates evaluation priority is first X, then Y. |
![]() ![]() |
LessThanOrEqual | Determines whether the first specified Point2f comes before (has inferior sorting value than) the second point, or it is equal to it. Coordinates evaluation priority is first X, then Y. |