M_Rhino_Geometry_Point4d_op_Multiply_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Multiplies a point by a number.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Point4d operator *(
Point4d point,
double d
)
VB
Public Shared Operator * (
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