M_Rhino_Geometry_Point4d_Multiply - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public static Point4d Multiply(
Point4d point,
double d
)
VB
Public Shared Function Multiply (
point As Point4d,
d As Double
) As Point4d
- point
- Type: Rhino.Geometry.Point4d
A point. - d
- Type: System.Double
A number.
Type: Point4d
A new point that results from the coordinatewise multiplication of point with d.
Supported in: 6.0.16224.21491, 5D58w