Operators_T_Rhino_Geometry_Point2f - mcneel/rhinocommon-api-docs GitHub Wiki

Point2f Operators and Type Conversions

The Point2f type exposes the following members.

Operators

 

Name Description
Public operatorStatic member Equality Determines whether two Point2f have equal values.
Public operatorStatic member Explicit(Point2d to Point2f) Converts a double-precision point in a single-precision point. Needs explicit casting to help retain precision.
Public operatorStatic member 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.
Public operatorStatic member 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.
Public operatorStatic member Inequality Determines whether two Point2f have different values.
Public operatorStatic member 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.
Public operatorStatic member 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.
  Back to Top

See Also

Reference

Point2f Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️