Operators_T_Rhino_Geometry_Point2d - mcneel/rhinocommon-api-docs GitHub Wiki

Point2d Operators

The Point2d type exposes the following members.

Operators

 

Name Description
Public operatorStatic member Addition(Point2d, Point2d) Adds a point with a point.
Public operatorStatic member Addition(Point2d, Vector2d) Adds a point with a vector.
Public operatorStatic member Addition(Vector2d, Point2d) Adds a vector with a point.
Public operatorStatic member Division Divides a Point2d by a number.
Public operatorStatic member Equality Determines whether two Point2d have equal values.
Public operatorStatic member GreaterThan Determines whether the first specified Point2d 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 Point2d 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 Point2d have different values.
Public operatorStatic member LessThan Determines whether the first specified point 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 point comes before (has inferior sorting value than) the second point, or it is equal to it. Coordinates evaluation priority is first X, then Y.
Public operatorStatic member Multiply(Double, Point2d) Multiplies a Point2d by a number.
Public operatorStatic member Multiply(Point2d, Double) Multiplies a Point2d by a number.
Public operatorStatic member Subtraction(Point2d, Point2d) Subtracts point2 from point1.
Public operatorStatic member Subtraction(Point2d, Vector2d) Subtracts a vector from a point.
  Back to Top

See Also

Reference

Point2d Structure
Rhino.Geometry Namespace

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