Overload_Rhino_Geometry_Vector3f_Divide - mcneel/rhinocommon-api-docs GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
Divide(Vector3f, Double) | Divides a Vector3f by a number, having the effect of shrinking it, t times. (Provided for languages that do not support operator overloading. You can use the / operator otherwise) |
![]()
|
Divide(Vector3f, Single) | Divides a Vector3f by a number, having the effect of shrinking it, t times. (Provided for languages that do not support operator overloading. You can use the / operator otherwise) |
