Skip to content

Overload_Rhino_Geometry_Point3d_Add

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

Point3d.Add Method

Overload List

 

Name Description
Public methodStatic member Add(Point3d, Point3d) Sums two Point3d instances. (Provided for languages that do not support operator overloading. You can use the + operator otherwise)
Public methodStatic member Add(Point3d, Vector3d) Sums up a point and a vector, and returns a new point. (Provided for languages that do not support operator overloading. You can use the + operator otherwise)
Public methodStatic member Add(Point3d, Vector3f) Sums up a point and a vector, and returns a new point. (Provided for languages that do not support operator overloading. You can use the + operator otherwise)
Public methodStatic member Add(Vector3d, Point3d) Sums up a point and a vector, and returns a new point. (Provided for languages that do not support operator overloading. You can use the + operator otherwise)
  Back to Top

See Also

Reference

Point3d Structure
Rhino.Geometry Namespace

Clone this wiki locally