Skip to content

Overload_Rhino_Geometry_Point2d_Subtract

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Point2d.Subtract Method

Overload List

 

Name Description
Public methodStatic member Subtract(Point2d, Point2d) Subtracts the second point from the first point. (Provided for languages that do not support operator overloading. You can use the - operator otherwise)
Public methodStatic member Subtract(Point2d, Vector2d) Subtracts a vector from a point. (Provided for languages that do not support operator overloading. You can use the - operator otherwise)
  Back to Top

See Also

Reference

Point2d Structure
Rhino.Geometry Namespace

Clone this wiki locally