Operators_T_Rhino_Geometry_Point3f - mcneel/rhinocommon-api-docs GitHub Wiki

Point3f Operators and Type Conversions

The Point3f type exposes the following members.

Operators

 

Name Description
Public operatorStatic member Addition Adds a point to another point.
Public operatorStatic member Equality Determines whether two points have equal values.
Public operatorStatic member Explicit(Point3d to Point3f) 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 point comes after (has superior sorting value than) the second point. Coordinates evaluation priority is first X, then Y, then Z.
Public operatorStatic member GreaterThanOrEqual Determines whether the first specified point comes after (has superior sorting value than) the second point, or it is equal to it. Coordinates evaluation priority is first X, then Y, then Z.
Public operatorStatic member Inequality Determines whether two points 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, then Z.
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, then Z.
Public operatorStatic member Multiply(Single, Point3f) Multiplies a point by a factor.
Public operatorStatic member Multiply(Point3f, Single) Multiplies a point by a factor.
Public operatorStatic member Subtraction Subtracts a point from another point.
  Back to Top

See Also

Reference

Point3f Structure
Rhino.Geometry Namespace

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