Operators_T_Rhino_Geometry_Vector2f - mcneel/rhinocommon-api-docs GitHub Wiki
The Vector2f type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Determines whether two vectors have equal values. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
Inequality | Determines whether two vectors have different values. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
Multiply | Multiplies two Vector2f together, returning the dot (internal) product of the two. |