Overload_Rhino_Geometry_Point2d_Multiply - mcneel/rhinocommon-api-docs GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
Multiply(Double, Point2d) | Multiplies a Point2d by a number. (Provided for languages that do not support operator overloading. You can use the * operator otherwise) |
![]()
|
Multiply(Point2d, Double) | Multiplies a Point2d by a number. (Provided for languages that do not support operator overloading. You can use the * operator otherwise) |
