Operators_T_Rhino_Geometry_Vector2f - mcneel/rhinocommon-api-docs GitHub Wiki

Vector2f Operators

The Vector2f type exposes the following members.

Operators

 

Name Description
Public operatorStatic member Equality Determines whether two vectors have equal values.
Public operatorStatic member GreaterThan Determines whether the first specified vector comes after (has superior sorting value than) the second vector. Components have decreasing evaluation priority: first X, then Y.
Public operatorStatic member GreaterThanOrEqual Determines whether the first specified vector comes after (has superior sorting value than) the second vector, or it is equal to it. Components have decreasing evaluation priority: first X, then Y.
Public operatorStatic member Inequality Determines whether two vectors have different values.
Public operatorStatic member LessThan Determines whether the first specified vector comes before (has inferior sorting value than) the second vector. Components have decreasing evaluation priority: first X, then Y.
Public operatorStatic member LessThanOrEqual Determines whether the first specified vector comes before (has inferior sorting value than) the second vector, or it is equal to it. Components have decreasing evaluation priority: first X, then Y.
Public operatorStatic member Multiply Multiplies two Vector2f together, returning the dot (internal) product of the two.
  Back to Top

See Also

Reference

Vector2f Structure
Rhino.Geometry Namespace

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