RhinoCommon API
Point4dMultiply Method |
Multiplies a point by a number.
(Provided for languages that do not support operator overloading. You can use the * operator otherwise)
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Point4d Multiply( Point4d point, double d )
Public Shared Function Multiply ( point As Point4d, d As Double ) As Point4d
Parameters
- point
- Type: Rhino.GeometryPoint4d
A point. - d
- Type: SystemDouble
A number.
Return Value
Type: Point4dA new point that results from the coordinatewise multiplication of point with d.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8